Skip to content

Commit

Permalink
chore(dumi): 修复github page打不开的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Mar 11, 2024
1 parent fb761e9 commit 21a44d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type ENV = 'development' | 'production';
const map: Record<ENV, Parameters<typeof defineConfig>[0]> = {
development: {},
production: {
// base: '/react-ui/',
// publicPath: '/react-ui/',
base: '/canvas/',
publicPath: '/canvas/',
},
};
const env = process.env['NODE_ENV'] as ENV;
Expand Down

0 comments on commit 21a44d5

Please sign in to comment.