Skip to content

Commit 86d306f

Browse files
authored
rm new redirects (#6816)
1 parent 3981ffe commit 86d306f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

vercel.json

-44
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,6 @@
44
},
55
"trailingSlash": false,
66
"redirects": [
7-
{
8-
"source": "/",
9-
"has": [
10-
{
11-
"type": "host",
12-
"value": "18.react.dev"
13-
}
14-
],
15-
"permanent": false,
16-
"destination": "https://react.dev/"
17-
},
18-
{
19-
"source": "/",
20-
"has": [
21-
{
22-
"type": "host",
23-
"value": "17.react.dev"
24-
}
25-
],
26-
"permanent": true,
27-
"destination": "https://17.reactjs.org/"
28-
},
29-
{
30-
"source": "/",
31-
"has": [
32-
{
33-
"type": "host",
34-
"value": "16.react.dev"
35-
}
36-
],
37-
"permanent": true,
38-
"destination": "https://17.reactjs.org/"
39-
},
40-
{
41-
"source": "/",
42-
"has": [
43-
{
44-
"type": "host",
45-
"value": "15.react.dev"
46-
}
47-
],
48-
"permanent": true,
49-
"destination": "https://react-legacy.netlify.app/"
50-
},
517
{
528
"source": "/reference",
539
"destination": "/reference/react",

0 commit comments

Comments
 (0)