Skip to content

Instantly share code, notes, and snippets.

@Alimjanov-Ibragim
Forked from rickyhaswifi/netlify.toml
Created July 30, 2020 16:32
Show Gist options
  • Save Alimjanov-Ibragim/9287d287593c4180eae22ecfb6803a90 to your computer and use it in GitHub Desktop.
Save Alimjanov-Ibragim/9287d287593c4180eae22ecfb6803a90 to your computer and use it in GitHub Desktop.
React Router Netlify - Fix for not found page
#https://stackoverflow.com/questions/58065603/netlify-renders-404-on-page-refresh-using-react-and-react-router
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment