mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
rm new redirects (#6816)
This commit is contained in:
44
vercel.json
44
vercel.json
@@ -4,50 +4,6 @@
|
||||
},
|
||||
"trailingSlash": false,
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "18.react.dev"
|
||||
}
|
||||
],
|
||||
"permanent": false,
|
||||
"destination": "https://react.dev/"
|
||||
},
|
||||
{
|
||||
"source": "/",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "17.react.dev"
|
||||
}
|
||||
],
|
||||
"permanent": true,
|
||||
"destination": "https://17.reactjs.org/"
|
||||
},
|
||||
{
|
||||
"source": "/",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "16.react.dev"
|
||||
}
|
||||
],
|
||||
"permanent": true,
|
||||
"destination": "https://17.reactjs.org/"
|
||||
},
|
||||
{
|
||||
"source": "/",
|
||||
"has": [
|
||||
{
|
||||
"type": "host",
|
||||
"value": "15.react.dev"
|
||||
}
|
||||
],
|
||||
"permanent": true,
|
||||
"destination": "https://react-legacy.netlify.app/"
|
||||
},
|
||||
{
|
||||
"source": "/reference",
|
||||
"destination": "/reference/react",
|
||||
|
||||
Reference in New Issue
Block a user