Skip to content

Commit 3a91409

Browse files
committed
base: root
1 parent 95cf327 commit 3a91409

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: "/khemssharma.github.io/",
6+
// For a user site hosted at https://<username>.github.io/, use root base
7+
base: "/",
78
})

0 commit comments

Comments
 (0)