Skip to content

Commit 075d417

Browse files
authored
More redirects (#8)
* More redirects * More redirects
1 parent 9ceaf31 commit 075d417

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"destination": "https://react.dev",
1616
"permanent": true
1717
},
18+
{
19+
"source": "/docs/getting-started.html",
20+
"destination": "https://react.dev/learn",
21+
"permanent": true
22+
},
1823
{
1924
"source": "/docs/add-react-to-a-website.html",
2025
"destination": "https://react.dev/learn/add-react-to-an-existing-project",

0 commit comments

Comments
 (0)