Skip to content

Commit dbacc67

Browse files
committed
Fix base path to / for user site (username.github.io)
1 parent a1b4c31 commit dbacc67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

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

44
// https://vite.dev/config/
55
export default defineConfig({
6-
base: '/homepage/',
6+
base: '/',
77
plugins: [vue()],
88
})

0 commit comments

Comments
 (0)