Skip to content

Commit 514e20b

Browse files
author
qiaoyuwen
committed
feat: hash
1 parent efff4d5 commit 514e20b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.umirc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { defineConfig } from 'dumi';
33
export default defineConfig({
44
title: 'React hooks',
55
mode: 'site',
6+
history: {
7+
type: "hash",
8+
},
69
publicPath: process.env.CI ? "/react-hooks/" : "/",
710
// more config: https://d.umijs.org/config
811
});

0 commit comments

Comments
 (0)