Using different redirects across different contexts/environments

Hiya @MeWhit - No update is intended; we explained how you can configure things in a post above: [Support Guide] Conditional build/deploy behavior for context / branch on Netlify

Did you have some trouble implementing that?

@fool Thanks for sharing! The article talks about context-specific configurations in netlify.toml, but I see here that this does not apply to redirects. Are you saying this is actually possible?

Certain keys, such as [build] and [[plugins]] but not [[redirects]] or [[headers]] , allow you to set [context] properties based on the kind of deploy.

The recommended way is outlined in the docs: Custom headers | Netlify Docs