Oh wow that’s the solution. It is working now. I was following the code
/blog/* https://yourblogsite.netlify.com/blog/* 200!
in this post - [Support Guide] Can I deploy multiple repositories in a single site?
So I think that line of code should’ve been
/blog/* https://yourblogsite.netlify.com/blog/:splat 200!
instead.