chore: fix mirror url

This commit is contained in:
MadCcc 2022-11-23 19:28:10 +08:00
parent 264fa42c03
commit 3a5bb06c3e

View File

@ -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',