fix path generation
Some checks failed
/ build (pull_request) Has been cancelled

This commit is contained in:
kritzl 2026-07-11 08:36:41 +02:00
commit ee3664818c
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
3 changed files with 9 additions and 2 deletions

View file

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