Skip to content

Commit 4c8d4b6

Browse files
authored
fix: fix the path of navigator
1 parent ffe7ea9 commit 4c8d4b6

File tree

1 file changed

+1
-1
lines changed
  • src/.vuepress/navbar

1 file changed

+1
-1
lines changed

src/.vuepress/navbar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const zhNavbar = navbar([
6464
{
6565
text: "数据库",
6666
icon: "edit",
67-
prefix: "database/",
67+
prefix: "Database/",
6868
children: [
6969
{ text: "数据库笔记", icon: "edit", link: "Chapter1-Introduction" }
7070
],

0 commit comments

Comments
 (0)