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
@@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<base href="https://tensura.j4n.net/">
<base href="/">
<title>Tensura Map</title>
<meta name="description" content="This is an interactive map of the Magic Continent from Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime).">
+1 -1
View File
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: "/TensuraMap/"
base: "/"
})