Skip to content

Commit

Permalink
feat(projects): change document address
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Aug 23, 2024
1 parent 4f6a2e1 commit 7ced849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const customRoutes: CustomRoute[] = [
path: 'project',
component: 'view.iframe-page',
props: {
url: 'https://docs.soybeanjs.cn/zh'
url: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
},
meta: {
title: 'document_project',
Expand All @@ -117,7 +117,7 @@ const customRoutes: CustomRoute[] = [
i18nKey: 'route.document_project-link',
order: 2,
localIcon: 'logo',
href: 'https://docs.soybeanjs.cn/zh'
href: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
}
},
{
Expand Down

0 comments on commit 7ced849

Please sign in to comment.