-
-
Save iamwavefly/022ac121efd34457eef2aec36f1d0d8e to your computer and use it in GitHub Desktop.
React Router Netlify - Fix for not found page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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