Skip to content

Commit 7094dd0

Browse files
committed
fix base path for custom domain
1 parent 3660c10 commit 7094dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/github-music/', // Base URL for GitHub Pages
8-
})
7+
base: '/',
8+
})

0 commit comments

Comments
 (0)