We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cb18d commit 17c3171Copy full SHA for 17c3171
vercel.json
@@ -381,6 +381,18 @@
381
"destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312",
382
"permanent": false
383
},
384
+ {
385
+ "source": "/docs/error-decoder.html",
386
+ "has": [
387
388
+ "type": "query",
389
+ "key": "invariant",
390
+ "value": "(?<code>.*)"
391
+ }
392
+ ],
393
+ "destination": "https://react.dev/errors/:code",
394
+ "permanent": true
395
+ },
396
{
397
"source": "/version/15.6",
398
"destination": "https://react-legacy.netlify.app",
0 commit comments