Skip to content

Commit

Permalink
fix en sidebar link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo committed Feb 4, 2024
1 parent b1c4cea commit 65bd0b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function nav(): DefaultTheme.NavItem[] {
export function sidebar(): DefaultTheme.SidebarMulti {
return {
"/guide/": {
base: "/",
base: "",
items: [
sidebarItem.introduction(false),
sidebarItem.gettingStarted(false)
Expand Down
File renamed without changes.

0 comments on commit 65bd0b3

Please sign in to comment.