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 95cf327 commit 3a91409Copy full SHA for 3a91409
vite.config.js
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
3
4
export default defineConfig({
5
plugins: [react()],
6
- base: "/khemssharma.github.io/",
+ // For a user site hosted at https://<username>.github.io/, use root base
7
+ base: "/",
8
})
0 commit comments