Skip to content

Commit

Permalink
chore: update site link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Oct 22, 2024
1 parent a7080c5 commit 0d6c9b1
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 @@ -64,8 +64,8 @@ export default defineConfig({
themeSwitcher: 'g2',
versions: {
// 历史版本以及切换下拉菜单
'5.x': 'https://g6.antv.antgroup.com/',
[version]: 'https://g6-v4.antv.vision/',
'5.x': 'https://g6.antv.antgroup.com/',
'3.2.x': 'https://g6-v3-2.antv.vision',
},
docsearchOptions: {
Expand Down Expand Up @@ -454,7 +454,7 @@ export default defineConfig({
zh: '最新版本',
en: 'Latest Version',
},
link: `https://g6-v4.antv.vision/`,
link: `https://g6.antv.antgroup.com/`,
},
{
text: {
Expand Down Expand Up @@ -485,7 +485,7 @@ export default defineConfig({
en: 'G6 5.0 is released!',
},
date: '2024.06.06',
link: 'https://g6-v4.antv.vision/',
link: 'https://g6.antv.antgroup.com/',
},
{
type: {
Expand Down

0 comments on commit 0d6c9b1

Please sign in to comment.