1

I followed the instructions here in order to deploy my site on github pages. This works fine; I can go here to view the deployed project.

However, I'm having problems setting up a custom domain name. I followed the instructions outlined in this post, and added a CNAME file pointing at www.onlineomnichord.com to my public/ folder. When I go to my site, I get a 404 Not Found when trying to GET my project's bundled js file. You can see that behavior if you go to www.onlineomnichord.com in the Network tab of Inspect. Not really sure how to resolve this, any suggestions?

Note: the repo I'm working with can be found here.

arcticmatt
  • 1,511
  • 1
  • 13
  • 33

1 Answers1

0

Decided to just use the heroku buildpack. Plays much nicer with BrowserRouter too.

arcticmatt
  • 1,511
  • 1
  • 13
  • 33