{ | |
"root": "build/", | |
"clean_urls": false, | |
"routes": { | |
"/**": "index.html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{ | |
"root": "build/", | |
"clean_urls": false, | |
"routes": { | |
"/**": "index.html" | |
} | |
} |
This comment has been minimized.
nice, it worked well.
thanks for the explanation https://www.darraghoriordan.com/2017/04/30/create-react-app-react-router-and-heroku-the-404-gotcha/