From 56e3054c0c0e3de54d5733d2cca8b373c0ff8448 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 7 Oct 2021 19:28:16 +0100 Subject: [PATCH] Fix redirects --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vercel.json b/vercel.json index 80c48c28..448002fc 100644 --- a/vercel.json +++ b/vercel.json @@ -3,6 +3,8 @@ "trailingSlash": false, "redirects": [ { "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false }, + { "source": "/link/switch-to-createroot", "destination": "https://github.com/reactwg/react-18/discussions/5", "permanent": false }, + { "source": "/server-components", "destination": "/blog/2020/12/21/data-fetching-with-react-server-components.html", "permanent": false }, { "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false }, { "source": "/hooks", "destination": "/docs/hooks-intro.html", "permanent": false }, { "source": "/tutorial", "destination": "/tutorial/tutorial.html", "permanent": false },