Skip to content

Commit 28f9022

Browse files
authored
修改主页文档按钮,使其跳转到/docs/core而不是/docs避免出现404状况 (#22)
Signed-off-by: しいな まひる <76813756+whitebearovo@users.noreply.github.com>
1 parent 1a9f6c8 commit 28f9022

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/layout.config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const baseOptions: BaseLayoutProps = {
6060
{
6161
type: 'menu',
6262
text: '文档',
63-
url: '/docs',
63+
url: '/docs/core',
6464
items: [
6565
{
6666
icon: <BookMarked />,
@@ -111,4 +111,4 @@ export const baseOptions: BaseLayoutProps = {
111111
},
112112
...linkItems,
113113
],
114-
};
114+
};

0 commit comments

Comments
 (0)