Compare commits

..

1 commit

Author SHA1 Message Date
ee3664818c
fix path generation
Some checks failed
/ build (pull_request) Has been cancelled
2026-07-11 08:36:41 +02:00

View file

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