New site is initially suspended

Sure thing, just got that removed for you.

A better pattern to achieve the same situation, that won’t lead to your site being auto-deactivated, is to use our built-in redirects (Static routing overview | Netlify Docs) like this, in _redirects:

/* https://some-other-site/:splat 301!

This will both perform better (we issue the redirect, rather than serving pointless html to the client which redirects itself) and not run afoul of our spam prevention robots.

1 Like