Fix .htaccess handling in Vite build

This commit is contained in:
2025-12-04 20:15:56 +02:00
parent 005fb89254
commit 69290f3192
3 changed files with 21 additions and 4 deletions

View File

@@ -17,4 +17,8 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
publicDir: 'public',
build: {
copyPublicDir: true,
},
})