Skip to content

Commit

Permalink
🐛 fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 24, 2024
1 parent 67bc4a9 commit e3a2d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const isWin = process.platform === 'win32';
const themeConfig: SiteThemeConfig = {
actions: [
{
icon: 'Github',
link: homepage,
openExternal: true,
text: 'Github',
Expand Down Expand Up @@ -69,6 +70,7 @@ export default defineConfig({
exportStatic: {},
extraBabelPlugins: ['antd-style'],
favicons: ['https://lobehub.com/favicon.ico'],
jsMinifier: 'swc',
locales: [{ id: 'en-US', name: 'English' }],
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"@types/react-dom": "^18.3.1",
"@types/uuid": "^9.0.8",
"@vercel/node": "^3.2.26",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^19.6.0",
"concurrently": "^9.1.0",
"dumi": "^2.4.14",
Expand Down

0 comments on commit e3a2d25

Please sign in to comment.