dan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
beta/vercel.json
|
@ -6,7 +6,7 @@ |
|
|
"redirects": [ |
|
|
"redirects": [ |
|
|
{ |
|
|
{ |
|
|
"source": "/docs/add-react-to-a-website.html", |
|
|
"source": "/docs/add-react-to-a-website.html", |
|
|
"destination": "/learn/add-react-to-a-website", |
|
|
"destination": "/learn/add-react-to-an-existing-project", |
|
|
"permanent": false |
|
|
"permanent": false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -283,6 +283,11 @@ |
|
|
"source": "/learn/meet-the-team", |
|
|
"source": "/learn/meet-the-team", |
|
|
"destination": "/community/team", |
|
|
"destination": "/community/team", |
|
|
"permanent": true |
|
|
"permanent": true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"source": "/learn/add-react-to-a-website", |
|
|
|
|
|
"destination": "/learn/add-react-to-an-existing-project", |
|
|
|
|
|
"permanent": true |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"headers": [ |
|
|
"headers": [ |
|
|