More qol.
This commit is contained in:
parent
2559685f78
commit
2bdd2c1c9d
16 changed files with 657 additions and 26 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import tailwindcss from '@tailwindcss/vite';
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { enhancedImages } from '@sveltejs/enhanced-img';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({ plugins: [tailwindcss(), sveltekit()] });
|
||||
export default defineConfig({ plugins: [tailwindcss(), enhancedImages(), sveltekit()] });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue