Browse Source

chore: fix mirror url

pull/38896/head
MadCcc 2 years ago
parent
commit
3a5bb06c3e
  1. 2
      .dumi/theme/themeConfig.ts

2
.dumi/theme/themeConfig.ts

@ -46,7 +46,7 @@ export default {
'Template Document': 3,
},
docVersions: {
'4.x': chineseMirror ? 'https://4x-ant-design.antgroup.com/' : 'https://4x.ant.design',
'4.x': chineseMirror ? 'https://4x-ant-design.antgroup.com' : 'https://4x.ant.design',
'3.x': 'https://3x.ant.design',
'2.x': 'https://2x.ant.design',
'1.x': 'https://1x.ant.design',

Loading…
Cancel
Save