Skip to content

Commit 2e5528e

Browse files
authoredFeb 18, 2025··
Make certain pages always redirect to new site (#6)
Should fix the issue where the old getting started page ranks higher than the new one.
1 parent db41044 commit 2e5528e

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed
 

Diff for: ‎vercel.json

-60
Original file line numberDiff line numberDiff line change
@@ -17,111 +17,51 @@
1717
},
1818
{
1919
"source": "/docs/add-react-to-a-website.html",
20-
"has": [
21-
{
22-
"type": "host",
23-
"value": "reactjs.org"
24-
}
25-
],
2620
"destination": "https://react.dev/learn/add-react-to-an-existing-project",
2721
"permanent": true
2822
},
2923
{
3024
"source": "/docs/create-a-new-react-app.html",
31-
"has": [
32-
{
33-
"type": "host",
34-
"value": "reactjs.org"
35-
}
36-
],
3725
"destination": "https://react.dev/learn/start-a-new-react-project",
3826
"permanent": true
3927
},
4028
{
4129
"source": "/docs/release-channels.html",
42-
"has": [
43-
{
44-
"type": "host",
45-
"value": "reactjs.org"
46-
}
47-
],
4830
"destination": "https://react.dev/community/versioning-policy",
4931
"permanent": true
5032
},
5133
{
5234
"source": "/docs/thinking-in-react.html",
53-
"has": [
54-
{
55-
"type": "host",
56-
"value": "reactjs.org"
57-
}
58-
],
5935
"destination": "https://react.dev/learn/thinking-in-react",
6036
"permanent": true
6137
},
6238
{
6339
"source": "/tutorial/tutorial.html",
64-
"has": [
65-
{
66-
"type": "host",
67-
"value": "reactjs.org"
68-
}
69-
],
7040
"destination": "https://react.dev/learn/tutorial-tic-tac-toe",
7141
"permanent": true
7242
},
7343
{
7444
"source": "/community/support.html",
75-
"has": [
76-
{
77-
"type": "host",
78-
"value": "reactjs.org"
79-
}
80-
],
8145
"destination": "https://react.dev/community",
8246
"permanent": true
8347
},
8448
{
8549
"source": "/community/conferences.html",
86-
"has": [
87-
{
88-
"type": "host",
89-
"value": "reactjs.org"
90-
}
91-
],
9250
"destination": "https://react.dev/community/conferences",
9351
"permanent": true
9452
},
9553
{
9654
"source": "/community/meetups.html",
97-
"has": [
98-
{
99-
"type": "host",
100-
"value": "reactjs.org"
101-
}
102-
],
10355
"destination": "https://react.dev/community/meetups",
10456
"permanent": true
10557
},
10658
{
10759
"source": "/community/team.html",
108-
"has": [
109-
{
110-
"type": "host",
111-
"value": "reactjs.org"
112-
}
113-
],
11460
"destination": "https://react.dev/community/team",
11561
"permanent": true
11662
},
11763
{
11864
"source": "/community/videos.html",
119-
"has": [
120-
{
121-
"type": "host",
122-
"value": "reactjs.org"
123-
}
124-
],
12565
"destination": "https://react.dev/community/videos",
12666
"permanent": true
12767
},

0 commit comments

Comments
 (0)