Hey Kyle,
Thanks for reading through the other posts about this error- it’s true, there are ~1 million ways to stumble across it.
Am I understanding correctly that you have these two sites?
-
Netlify URL: kylegach (new)
Custom domain: kylegach.com -
Netlify URL: v1-kylegach (old)
Custom domain: v1.kylegach.com
If that’s right, I would assume that a _redirects like this on your new site would work:
/writing/* https://v1-kylegach.netlify.com/writing/:splat 200!
Modeling off of this:
Is that not the case? Can you share what redirects you’ve tried so far?