changed base in vite config

This commit is contained in:
2024-10-27 11:29:40 +01:00
parent 1a64030fa9
commit 2350dafa3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: "/TensuraMap/"
base: "/"
})