Skip to content

Commit

Permalink
fix: 修复图标报错
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Aug 24, 2023
1 parent 5f05e2c commit fdb7e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/website/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export default defineConfig({
base: isProd ? '/antdp/' : '/',
publicPath: isProd ? '/antdp/' : '/',
themeConfig: {
name: 'antd project',
logo: '/logo.svg',
hero: {
description:
'一个基于 antd5.x 和 umi 的初始级别项目,集成路由、dva(Redux)、选项卡等特性',
Expand All @@ -26,6 +24,8 @@ export default defineConfig({
],
features: featuresZh,
},
name: 'antd project',
logo: 'https://gw.alipayobjects.com/zos/hitu-asset/c88e3678-6900-4289-8538-31367c2d30f2/hitu-1609235995955-image.png',
socialLinks: {
github: 'https://github.com/antdpro/antdp',
},
Expand Down

0 comments on commit fdb7e5d

Please sign in to comment.