We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a48e12 commit 9bbc09bCopy full SHA for 9bbc09b
.dumirc.ts
@@ -6,7 +6,7 @@ let publicPath: string | undefined;
6
7
// Github Pages 部署时需要更换为自己的仓库名
8
if (process.env.NODE_ENV === 'production' && process.env.PREVIEW !== '1') {
9
- base = '/react-ui-library-tutorial';
+ base = '/react-ui-library-tutorial/';
10
publicPath = '/react-ui-library-tutorial/';
11
}
12
0 commit comments