Skip to content

Commit

Permalink
Removed unrequired path in docs' manifest (vercel#33579)
Browse files Browse the repository at this point in the history
Minor change to remove duplicated route in the documentation manifest, this should change the title of https://nextjs.org/docs/basic-features/data-fetching/index from

![image](https://user-images.githubusercontent.com/4278345/150690965-8f3faf8f-715c-44a5-8ccf-3d6c21f8c9ec.png)

To: `Data Fetching: Overview | Next.js`. That's because our routes reducer is matching the parent route which doesn't have a title.
  • Loading branch information
lfades authored and natew committed Feb 16, 2022
1 parent 9cc8c4f commit 4f30f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
{
"title": "Data Fetching",
"path": "/docs/basic-features/data-fetching/index.md",
"routes": [
{
"title": "Overview",
Expand Down

0 comments on commit 4f30f65

Please sign in to comment.