Skip to content

Commit 7fad40b

Browse files
authored
docs: fix the Chinese mirror (#2608)
1 parent 3bd1925 commit 7fad40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
],
7070
},
7171
{ title: '更新日志', path: 'https://github.com/alibaba/hooks/releases' },
72-
{ title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' },
72+
{ title: '国内镜像', path: 'https://ahooks.pages.dev' },
7373
{ title: 'GitHub', path: 'https://github.com/alibaba/hooks' },
7474
],
7575
'en-US': [
@@ -89,7 +89,7 @@ export default {
8989
],
9090
},
9191
{ title: 'Releases', path: 'https://github.com/alibaba/hooks/releases' },
92-
{ title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' },
92+
{ title: '国内镜像', path: 'https://ahooks.pages.dev' },
9393
{ title: 'GitHub', path: 'https://github.com/alibaba/hooks' },
9494
],
9595
},

0 commit comments

Comments
 (0)