Skip to content

Commit 23d0e5a

Browse files
committed
fix: temporarily disable contributor listing
1 parent e34e074 commit 23d0e5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const shared = defineConfig({
3636
// 禁用页面历史
3737
disableChangelog: true,
3838
// 禁用贡献者
39-
disableContributors: false,
39+
disableContributors: true,
4040
},
4141
}) as any,
4242
PageProperties(),

docs/.vitepress/config/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function nav(): DefaultTheme.NavItem[] {
4444
return [
4545
{
4646
text: '关于我们',
47-
link: '/team',
48-
activeMatch: '/team'
47+
link: '/project/team',
48+
activeMatch: '/project/team'
4949
}
5050
]
5151
}

0 commit comments

Comments
 (0)