Browse Source

add v15.6 legacy docs redirect (#3464)

* add v15.6 legacy docs redirect

Related to #3401

* fix json
main
Alex Krolick 4 years ago
committed by GitHub
parent
commit
527f6e5a5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      vercel.json

3
vercel.json

@ -38,6 +38,7 @@
{ "source": "/link/test-utils-mock-component", "destination": "https://gist.github.com/bvaughn/fbf41b3f895bf2d297935faa5525eee9", "permanent": false },
{ "source": "/link/uselayouteffect-ssr", "destination": "https://gist.github.com/gaearon/e7d97cdf38a2907924ea12e4ebdf3c85", "permanent": false },
{ "source": "/link/react-devtools-faq", "destination": "https://github.com/facebook/react/tree/master/packages/react-devtools#faq", "permanent": false },
{ "source": "/link/setstate-in-render", "destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312", "permanent": false }
{ "source": "/link/setstate-in-render", "destination": "https://github.com/facebook/react/issues/18178#issuecomment-595846312", "permanent": false },
{ "source": "/version/15.6", "destination": "https://react-legacy.netlify.app", "permanent": false }
]
}

Loading…
Cancel
Save