deploy config

This commit is contained in:
2024-10-27 10:35:15 +01:00
parent 754f07245f
commit fe86979602
2 changed files with 59 additions and 0 deletions
+1
View File
@@ -3,4 +3,5 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: "/TensuraMap/"
})