Created
September 26, 2017 08:41
-
-
Save darraghoriordan/008569feb8cc319e338ad11fb68a4647 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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
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/