I’m attempting to create a Netlify home page and add a blog project, as described here: [Support Guide] Can I deploy multiple repositories in a single site?.
I have my Netlify homepage set up at https://www.coloradomollybrown.com/.
My blog page is set up at https://coloradomollybrown.netlify.app/
Locally, I’ve changed some of my root files to append /blog/, so I access it via localhost:3000/blog/, and localhost:3000/ throws an error. For some reason, this doesn’t seem to be getting applied to my blog netlify app, and instead it’s being accessed without the /blog/ at the end. Is my project structure set up incorrectly?
As an add-on, I don’t know how much it is needed for me to get https://coloradomollybrown.netlify.app/blog working, but I am definitely running into re-direct issues using this _redirects in build/ on my home website repo:
/blog/* https://coloradomollybrown.netlify.app/:splat 200