Browse Source

Fix JSON

main
Dan Abramov 4 years ago
committed by GitHub
parent
commit
d09251645d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      vercel.json

2
vercel.json

@ -1,3 +1,5 @@
{
"github": { "silent": true },
"redirects": [ "redirects": [
{ "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false }, { "source": "/tips/controlled-input-null-value.html", "destination": "/docs/forms.html#controlled-input-null-value", "permanent": false },
{ "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false }, { "source": "/concurrent", "destination": "/docs/concurrent-mode-intro.html", "permanent": false },

Loading…
Cancel
Save