Probably this is common. I get 404 to all my build files.
Gh-pages will not find my files from create-react-app inside the build folder. I've tried moving them out, which has worked before. I manually renamed them this time but still not being found.
Actual place:
https://github.com/chrisdel101/baseballhack/blob/gh-pages/static/css/main.56da8e78.chunk.css
Where gh-page is looking:
https://chrisdel101.github.io/static/css/main.56da8e78.chunk.css
Spent a few hours on this now including following all the orthodox steps in CRA deployment tutorials.
Probably this is common. I get 404 to all my build files.
Gh-pages will not find my files from
create-react-appinside the build folder. I've tried moving them out, which has worked before. I manually renamed them this time but still not being found.Actual place:
https://github.com/chrisdel101/baseballhack/blob/gh-pages/static/css/main.56da8e78.chunk.cssWhere gh-page is looking:
https://chrisdel101.github.io/static/css/main.56da8e78.chunk.cssSpent a few hours on this now including following all the orthodox steps in CRA deployment tutorials.