This commit is contained in:
lubiana 2025-07-12 23:04:15 +02:00
parent 9e0b3096ff
commit 5b822faa72
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
8 changed files with 116 additions and 54 deletions

View file

@ -4,5 +4,6 @@ import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
base: './',
plugins: [react(), tailwindcss()],
})