Skip to content

Commit

Permalink
docs: bump [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jul 30, 2024
1 parent ea5418b commit 0ce0684
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const themeConfig = {
};

export default defineConfig({
apiParser: {},
base: isProduction ? '/yunti-ui/' : '/',
define: {
'process.env': process.env,
Expand All @@ -81,5 +80,5 @@ export default defineConfig({
// 忽略预渲染失败的错误
ignorePreRenderError: true,
},
...(isProduction ? { ssr: { builder: 'webpack' } } : {}),
...(isProduction ? { ssr: { builder: 'webpack' }, apiParser: {} } : {}),
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"commitlint": "^18",
"dayjs": "^1.11.10",
"dumi": "^2.4.6",
"dumi-theme-yunti": "^1.1.5",
"dumi-theme-yunti": "^1.1.7",
"eslint": "^8.56.0",
"father": "^4.3.8",
"husky": "^8",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ce0684

Please sign in to comment.