Skip to content

Commit

Permalink
替换路由为hash模式
Browse files Browse the repository at this point in the history
  • Loading branch information
consistent-k committed May 17, 2024
1 parent 16ddda6 commit 0ac5334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ export default defineConfig({
themeConfig: {
name: '',
},
publicPath: '/docs/'
publicPath: '/docs/',
history: {
type: 'hash'
}
});

0 comments on commit 0ac5334

Please sign in to comment.