Skip to content

Commit

Permalink
doc: add redirect for guides (#10976)
Browse files Browse the repository at this point in the history
* chore(core): fix broken link

* Revert "chore(core): fix broken link"

This reverts commit a85567f.

* chore: update vercel.json to fix broken link in guides
  • Loading branch information
k-taro56 authored Jul 2, 2024
1 parent 5c49f95 commit 7cf89a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
{
"source": "/guides/upgrade-to-v5",
"destination": "/getting-started/migrating-to-v5"
},
{
"source": "/guides",
"destination": "/guides/debugging"
}
]
}

0 comments on commit 7cf89a4

Please sign in to comment.