Skip to content

Commit 64ea78f

Browse files
authored
chore: fix local development redirection error (#46)
1 parent 5a0f22c commit 64ea78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dumirc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default defineConfig({
99
},
1010
exportStatic: {},
1111
outputPath: 'docs-dist',
12-
base: isGitPagesSite ? `/rc-overflow/` : ``,
13-
publicPath: isGitPagesSite ? `/rc-overflow/` : ``,
12+
base: isGitPagesSite ? `/rc-overflow/` : `/`,
13+
publicPath: isGitPagesSite ? `/rc-overflow/` : `/`,
1414
styles: [
1515
`
1616
.markdown table {

0 commit comments

Comments
 (0)