rm new redirects (#6816)

This commit is contained in:
Ricky
2024-04-29 22:27:44 -04:00
committed by GitHub
parent 3981ffea50
commit 86d306f6ce

View File

@@ -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",