Skip to content

Commit d4689b1

Browse files
authored
Fix: fix 404 about page link in sidebar openapi-react-query (#2067)
1 parent 03aab1c commit d4689b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/.vitepress/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default defineConfig({
8484
text: "queryOptions",
8585
link: "/query-options",
8686
},
87-
{ text: "About", link: "/openapi-react-query/about" },
87+
{ text: "About", link: "/about" },
8888
],
8989
},
9090
{

0 commit comments

Comments
 (0)