Skip to content

Commit 75f6c1f

Browse files
committed
docs: opt
1 parent d9d0ba5 commit 75f6c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function nav(): DefaultTheme.NavItem[] {
165165
{
166166
text: 'Hooks',
167167
link: '/hooks/useRequest/quick-start',
168-
activeMatch: '/hooks/useRequest/quick-start'
168+
activeMatch: '/hooks'
169169
},
170170
{
171171
text: '🤺 Playground',

docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function nav(): DefaultTheme.NavItem[] {
192192
{
193193
text: 'Hooks',
194194
link: '/zh/hooks/useRequest/quick-start',
195-
activeMatch: '/zh/hooks/useRequest/quick-start'
195+
activeMatch: '/zh/hooks'
196196
},
197197
{
198198
text: '🤺 演武场',

0 commit comments

Comments
 (0)