Browse Source

Try to fix redirects

main
Dan Abramov 2 years ago
parent
commit
5fff3bef53
  1. 2
      vercel.json

2
vercel.json

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

Loading…
Cancel
Save