diff --git a/config/config.ts b/config/config.ts index 10f59bbdc1..62963c4d2a 100644 --- a/config/config.ts +++ b/config/config.ts @@ -69,7 +69,7 @@ export default { ], }, { title: '更新日志', path: 'https://github.com/alibaba/hooks/releases' }, - { title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' }, + { title: '国内镜像', path: 'https://ahooks.pages.dev' }, { title: 'GitHub', path: 'https://github.com/alibaba/hooks' }, ], 'en-US': [ @@ -89,7 +89,7 @@ export default { ], }, { title: 'Releases', path: 'https://github.com/alibaba/hooks/releases' }, - { title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' }, + { title: '国内镜像', path: 'https://ahooks.pages.dev' }, { title: 'GitHub', path: 'https://github.com/alibaba/hooks' }, ], },