Adding a project to my main site (2 GitHub repos)

Hey @Scott,

Looks like I have resolved my issue with the blank blog app using the solution here, of changing the homepage value in my package.json. Definitely an odd workaround.

So now I’m at the stage where I can start merging the two:

https://coloradomollybrown.netlify.app/blog

with

https://www.coloradomollybrown.com/

It appears that when I navigate to https://www.coloradomollybrown.com/blog, I get some 404’s on the build/static files. So it’s trying to access the blogs static js/css files, but navigating through the main page’s hostname. Any ideas on how to point that to the correct hostname for the static folder?

Request URL:https://www.coloradomollybrown.com/static/css/main.e5d9d2d5.chunk.css

Request method:GET

Status code:

404

Should be reaching: https://coloradomollybrown.netlify.app/static/css/main.e5d9d2d5.chunk.css instead