fix deployment
All checks were successful
/ build (pull_request) Successful in 27s
/ cleanup-staging (pull_request) Successful in 4s

This commit is contained in:
kritzl 2026-07-10 14:00:52 +02:00
commit e77c83c7ec
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 6 additions and 3 deletions

View file

@ -10,5 +10,6 @@ export default defineConfig({
},
vite: {
plugins: [tailwindcss()]
}
},
base: '/'
});