diff --git a/index.html b/index.html index df770f4..8ffb3c7 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Tensura Map diff --git a/vite.config.ts b/vite.config.ts index bb26693..3f880d9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], - base: "/TensuraMap/" + base: "/" })