diff --git a/.umirc.js b/.umirc.js index 5868e55..b61e75d 100644 --- a/.umirc.js +++ b/.umirc.js @@ -15,7 +15,7 @@ export default defineConfig({ ], navs: [ null, - { title: 'G2Plot', path: 'https://github.com/antvis/G2Plot' }, + { title: 'G2', path: 'https://github.com/antvis/G2' }, { title: '在线文档', path: 'https://github.com/hustcc/echarts-for-react' }, { title: 'GitHub', path: 'https://github.com/hustcc/echarts-for-react' }, ], @@ -25,4 +25,4 @@ export default defineConfig({ baidu: 'df880ba684fa4f42e9e672abeef0e34b', }, // more config: https://d.umijs.org/config -}); \ No newline at end of file +});