Skip to content

Commit

Permalink
fix 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
ytvchsy committed Nov 6, 2024
1 parent f32110f commit a16934c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const zhNavbar = navbar([
children: [
{
text: "AI容器制作",
prefix: "/dbc-aipublicchain",
prefix: "/dbc-aipublicchain/",
children: ["docker_build"],
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const zhSidebar = sidebar({
children: [
{
text: "AI容器制作",
prefix: "/dbc-aipublicchain",
prefix: "/dbc-aipublicchain/",
children: ["docker_build"],
},
],
Expand Down

0 comments on commit a16934c

Please sign in to comment.