We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa541b8 commit fe261aeCopy full SHA for fe261ae
1 file changed
vite.config.ts
@@ -17,7 +17,7 @@ export default defineConfig(({ command: _command }) => {
17
// const base = isGitHubPages ? '/involvex/' : '/'
18
19
return {
20
- base: '/',
+ base: './',
21
server: {
22
port: 8098,
23
host: '0.0.0.0',
0 commit comments