Skip to content

Commit 7ced849

Browse files
committed
feat(projects): change document address
1 parent 4f6a2e1 commit 7ced849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/router/routes/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const customRoutes: CustomRoute[] = [
9999
path: 'project',
100100
component: 'view.iframe-page',
101101
props: {
102-
url: 'https://docs.soybeanjs.cn/zh'
102+
url: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
103103
},
104104
meta: {
105105
title: 'document_project',
@@ -117,7 +117,7 @@ const customRoutes: CustomRoute[] = [
117117
i18nKey: 'route.document_project-link',
118118
order: 2,
119119
localIcon: 'logo',
120-
href: 'https://docs.soybeanjs.cn/zh'
120+
href: 'https://react-soybean-docs.pages.dev/index-cn?theme=dark'
121121
}
122122
},
123123
{

0 commit comments

Comments
 (0)