Skip to content

Commit

Permalink
fix: 修复github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Pang committed Nov 8, 2024
1 parent 7d5687a commit ce730ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vue3-demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig((conf) => {
const isProd = conf.mode === 'production';
return {
base: isProd ? '/vue-print-next/vue3-demo' :'/',
base: isProd ? '/vue-print-next/#/vue3-demo' :'/',
plugins: [vue()],
}
})

0 comments on commit ce730ff

Please sign in to comment.