Skip to content

Commit f8afd94

Browse files
authored
Add /link/new-jsx-transform (#6772)
1 parent 07cbd00 commit f8afd94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"destination": "/learn/rendering-lists#keeping-list-items-in-order-with-key",
2020
"permanent": false
2121
},
22-
2322
{
2423
"source": "/link/invalid-hook-call",
2524
"destination": "/warnings/invalid-hook-call-warning",
@@ -149,6 +148,11 @@
149148
"source": "/link/setstate-in-render",
150149
"destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312",
151150
"permanent": false
151+
},
152+
{
153+
"source": "/link/new-jsx-transform",
154+
"destination": "https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html",
155+
"permanent": false
152156
}
153157
],
154158
"headers": [

0 commit comments

Comments
 (0)