Skip to content

Commit 4b91887

Browse files
committed
docs(config): update docs config
1 parent e43b03d commit 4b91887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vitepress-docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default withPwa(
9393
items: [
9494
{ text: "Getting Started", link: "/getting-started" },
9595
{ text: "Browser Compatibility", link: "/browser-compatibility" },
96-
{ text: "Releases", link: "/releases" },
96+
{ text: "Releases(Migration)", link: "/releases" },
9797
{ text: "API", link: "/api" },
9898
],
9999
},
@@ -108,5 +108,5 @@ export default withPwa(
108108
copyright: "Copyright © 2025-present wuchuheng",
109109
},
110110
},
111-
}),
111+
})
112112
);

0 commit comments

Comments
 (0)