Skip to content

Commit ff7fc24

Browse files
authored
More redirects
1 parent 3168f87 commit ff7fc24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

beta/vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"redirects": [
77
{
88
"source": "/docs/add-react-to-a-website.html",
9-
"destination": "/learn/add-react-to-a-website",
9+
"destination": "/learn/add-react-to-an-existing-project",
1010
"permanent": false
1111
},
1212
{
@@ -283,6 +283,11 @@
283283
"source": "/learn/meet-the-team",
284284
"destination": "/community/team",
285285
"permanent": true
286+
},
287+
{
288+
"source": "/learn/add-react-to-a-website",
289+
"destination": "/learn/add-react-to-an-existing-project",
290+
"permanent": true
286291
}
287292
],
288293
"headers": [

0 commit comments

Comments
 (0)