mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Add redirects for moved rsc pages (#6800)
This commit is contained in:
committed by
GitHub
parent
bc1020a84d
commit
845a28165d
15
vercel.json
15
vercel.json
@@ -158,6 +158,21 @@
|
||||
"source": "/link/new-jsx-transform",
|
||||
"destination": "https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html",
|
||||
"permanent": false
|
||||
},
|
||||
{
|
||||
"source": "/reference/react/directives",
|
||||
"destination": "/reference/rsc/directives",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/reference/react/use-client",
|
||||
"destination": "/reference/rsc/use-client",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/reference/react/use-server",
|
||||
"destination": "/reference/rsc/use-server",
|
||||
"permanent": true
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
|
||||
Reference in New Issue
Block a user