Skip to content

Commit 56e3054

Browse files
authored
Fix redirects
1 parent e5f9130 commit 56e3054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vercel.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"trailingSlash": false,
44
"redirects": [
55
{ "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false },
6+
{ "source": "/link/switch-to-createroot", "destination": "https://github.com/reactwg/react-18/discussions/5", "permanent": false },
7+
{ "source": "/server-components", "destination": "/blog/2020/12/21/data-fetching-with-react-server-components.html", "permanent": false },
68
{ "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false },
79
{ "source": "/hooks", "destination": "/docs/hooks-intro.html", "permanent": false },
810
{ "source": "/tutorial", "destination": "/tutorial/tutorial.html", "permanent": false },

0 commit comments

Comments
 (0)