Skip to content

Commit

Permalink
fix: baseurl2
Browse files Browse the repository at this point in the history
  • Loading branch information
OCDkirby committed Sep 6, 2024
1 parent 4c3d1fe commit 706c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
base: '/',
base: '',
});

0 comments on commit 706c173

Please sign in to comment.