Remove base path configuration from Vite config

This commit is contained in:
viper151
2026-01-26 13:39:24 +01:00
committed by GitHub
parent 3debc3a249
commit 4957220a05

View File

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