Skip to content

Commit

Permalink
Ensure /index route is redirected correctly (#34206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 10, 2022
1 parent ef82e8a commit 4643f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/manifest.json
Expand Up @@ -22,6 +22,12 @@
"destination": "/docs/basic-features/data-fetching/overview"
}
},
{
"path": "/docs/basic-features/data-fetching/index",
"redirect": {
"destination": "/docs/basic-features/data-fetching/overview"
}
},
{
"title": "Overview",
"path": "/docs/basic-features/data-fetching/overview.md"
Expand Down

0 comments on commit 4643f3c

Please sign in to comment.