We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43b03d commit 4b91887Copy full SHA for 4b91887
1 file changed
vitepress-docs/.vitepress/config.ts
@@ -93,7 +93,7 @@ export default withPwa(
93
items: [
94
{ text: "Getting Started", link: "/getting-started" },
95
{ text: "Browser Compatibility", link: "/browser-compatibility" },
96
- { text: "Releases", link: "/releases" },
+ { text: "Releases(Migration)", link: "/releases" },
97
{ text: "API", link: "/api" },
98
],
99
},
@@ -108,5 +108,5 @@ export default withPwa(
108
copyright: "Copyright © 2025-present wuchuheng",
109
110
111
- }),
+ })
112
);
0 commit comments