We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60735b7 + 7d6736f commit 2453046Copy full SHA for 2453046
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/png" href="src/assets/logo.png" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>ViZarrDev</title>
+ <title>ViZarrStores</title>
8
</head>
9
<body>
10
<div id="root"></div>
vite.config.ts
@@ -6,6 +6,7 @@ import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), glsl()],
+ base: '/ViZarrStores/',
build: {
11
target: 'esnext', // support modern features
12
},
0 commit comments