Merge pull request #343 from siteboon/viper151-patch-1-1

Set base path for Vite configuration
This commit is contained in:
viper151
2026-01-26 11:58:22 +01:00
committed by GitHub

View File

@@ -7,6 +7,7 @@ export default defineConfig(({ command, mode }) => {
return {
base: './',
plugins: [react()],
server: {
port: parseInt(env.VITE_PORT) || 5173,
@@ -45,4 +46,4 @@ export default defineConfig(({ command, mode }) => {
}
}
}
})
})