Skip to content

Commit

Permalink
chore: v1 site
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Mar 11, 2024
1 parent 9c953d1 commit cd90b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
title: 'Ant Design Charts',
description: 'AntV react component library',
defaultLanguage: 'zh',
siteUrl: 'https://charts.ant.design',
siteUrl: 'https://ant-design-charts-v1.antgroup.com',
showChinaMirror: false,
githubUrl: repository.url,
showSearch: true, // 是否显示搜索框
Expand All @@ -22,8 +22,8 @@ export default defineConfig({
showChartResize: true, // 是否在 demo 页展示图表视图切换
showAPIDoc: true,
versions: {
[version]: 'https://charts.ant.design',
'2.x': 'https://ant-design-charts-next.antgroup.com',
[version]: 'https://ant-design-charts-v1.antgroup.com',
'2.x': 'https://ant-design-charts.antgroup.com',
'0.x': 'https://v0-charts.ant.design/',
},
docsearchOptions: {
Expand Down

0 comments on commit cd90b78

Please sign in to comment.