We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca15ae commit 7692256Copy full SHA for 7692256
1 file changed
vite.config.js
@@ -24,7 +24,7 @@ const markdownPlugin = () => ({
24
})
25
26
export default defineConfig({
27
- base: process.env.GITHUB_PAGES ? '/website/' : '/',
+ base: '/website/',
28
plugins: [
29
react(),
30
markdownPlugin(),
0 commit comments