Skip to content

Commit 7d6736f

Browse files
committed
set base
1 parent 83ae9e9 commit 7d6736f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/png" href="src/assets/logo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>ViZarrDev</title>
7+
<title>ViZarrStores</title>
88
</head>
99
<body>
1010
<div id="root"></div>

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import path from 'path'
66
// https://vitejs.dev/config/
77
export default defineConfig({
88
plugins: [react(), glsl()],
9+
base: '/ViZarrStores/',
910
build: {
1011
target: 'esnext', // support modern features
1112
},

0 commit comments

Comments
 (0)