Skip to content

Commit 7692256

Browse files
committed
Fix base path for GitHub Pages deployment
1 parent 6ca15ae commit 7692256

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
@@ -24,7 +24,7 @@ const markdownPlugin = () => ({
2424
})
2525

2626
export default defineConfig({
27-
base: process.env.GITHUB_PAGES ? '/website/' : '/',
27+
base: '/website/',
2828
plugins: [
2929
react(),
3030
markdownPlugin(),

0 commit comments

Comments
 (0)