Skip to content

Commit 9bbc09b

Browse files
authored
Update .dumirc.ts
1 parent 0a48e12 commit 9bbc09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dumirc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let publicPath: string | undefined;
66

77
// Github Pages 部署时需要更换为自己的仓库名
88
if (process.env.NODE_ENV === 'production' && process.env.PREVIEW !== '1') {
9-
base = '/react-ui-library-tutorial';
9+
base = '/react-ui-library-tutorial/';
1010
publicPath = '/react-ui-library-tutorial/';
1111
}
1212

0 commit comments

Comments
 (0)