Try to fix redirects

This commit is contained in:
Dan Abramov
2023-03-19 21:21:01 +00:00
parent c00e4bf419
commit 5fff3bef53

View File

@@ -85,7 +85,7 @@
"permanent": false
},
{
"source": "/:path*(\\.html)",
"source": "/(?!google)(:path*(\\.html))",
"destination": "https://legacy.reactjs.org/:path*.html",
"permanent": false
},