Skip to content

Commit

Permalink
Fix: fix 404 about page link in sidebar openapi-react-query (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-sann authored Dec 22, 2024
1 parent 03aab1c commit d4689b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default defineConfig({
text: "queryOptions",
link: "/query-options",
},
{ text: "About", link: "/openapi-react-query/about" },
{ text: "About", link: "/about" },
],
},
{
Expand Down

0 comments on commit d4689b1

Please sign in to comment.