mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update redirects
This commit is contained in:
14
vercel.json
14
vercel.json
@@ -5,8 +5,18 @@
|
||||
"trailingSlash": false,
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/blog/:slug",
|
||||
"destination": "https://react.dev/blog/:slug",
|
||||
"source": "/blog",
|
||||
"destination": "https://react.dev/blog",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/blog/:slug*",
|
||||
"destination": "https://react.dev/blog/:slug*",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/versions",
|
||||
"destination": "https://react.dev/versions",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user