From 0de26f1a7d53babde1d77a2f92a59659a44595fd Mon Sep 17 00:00:00 2001 From: Shim Heungwoon Date: Wed, 29 Sep 2021 00:51:54 +0900 Subject: [PATCH] Add vercel redirection for switch-to-createroot --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index 80c48c28ef2..c83e3ce72dc 100644 --- a/vercel.json +++ b/vercel.json @@ -39,6 +39,7 @@ { "source": "/link/uselayouteffect-ssr", "destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85", "permanent": false }, { "source": "/link/react-devtools-faq", "destination": "https://github.com/facebook/react/tree/main/packages/react-devtools#faq", "permanent": false }, { "source": "/link/setstate-in-render", "destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312", "permanent": false }, + { "source": "/link/switch-to-createroot", "destination": "https://github.com/reactwg/react-18/discussions/5", "permanent": false }, { "source": "/version/15.6", "destination": "https://react-legacy.netlify.app", "permanent": false } ] }