Skip to content

Commit

Permalink
docs: fix the Chinese mirror (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 authored Jul 25, 2024
1 parent 3bd1925 commit 7fad40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand All @@ -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' },
],
},
Expand Down

0 comments on commit 7fad40b

Please sign in to comment.