Customize Production Ready HTMLs
To quickly customize any demo page, open the dist folder and edit the HTML file in your favorite code editor to change the text or images.
Do not add Tailwind classes directly to the dist HTML files, as they will not render. You must run the development via Vite build tool so Tailwind can compile the new classes into the stylesheet.
Last updated on