Skip to content

Commit

Permalink
fix: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jan 19, 2024
1 parent 892c054 commit d22e30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
text: 'Git',
},
{
base: '/guide/best-practice',
base: '/guide/best-practices/',
collapsed: false,
items: [
{ link: 'overview', text: 'Overview' },
Expand Down Expand Up @@ -217,7 +217,7 @@ export default defineConfig({
text: 'Git',
},
{
base: '/zh-CN/guide/best-practice',
base: '/zh-CN/guide/best-practices/',
collapsed: false,
items: [
{ link: 'overview', text: '概述' },
Expand Down

0 comments on commit d22e30a

Please sign in to comment.