Flowbite Svelte Admin Dashboard
Installation
pnpm i -D flowbite-svelte-admin-dashboard
If you use SvelteKit and the main css file is `src/routes/layout.css` or `src/app.css`, add one of the following based on the file location:
/* for src/routes/layout.css */
@source "../../node_modules/flowbite-svelte-admin-dashboard/dist";
/* for src/app.css */
@source "../node_modules/flowbite-svelte-admin-dashboard/dist";.env File
Create .env file and add your image url or directory to VITE_IMG_DIR
VITE_IMG_DIR=https://my-website.app/images
# or
VITE_IMG_DIR=/images