diff --git a/vercel.json b/vercel.json index bf21a4ed..58c80c52 100644 --- a/vercel.json +++ b/vercel.json @@ -15,6 +15,11 @@ "destination": "https://react.dev", "permanent": true }, + { + "source": "/docs/getting-started.html", + "destination": "https://react.dev/learn", + "permanent": true + }, { "source": "/docs/add-react-to-a-website.html", "destination": "https://react.dev/learn/add-react-to-an-existing-project",