# Netlify (static export): only `/toolsets/oauth/callback/index.html` and
# `/connectors/oauth/callback/index.html` exist. IdPs redirect to
# `/toolsets/oauth/callback/<slug>?code=…` or `/connectors/oauth/callback/<slug>?code=…`
# — forward those here so the app loads (query preserved).
# Other static hosts need an equivalent rule (e.g. CloudFront/S3 website redirect).
/toolsets/oauth/callback/:slug /toolsets/oauth/callback/ 302
/connectors/oauth/callback/:slug /connectors/oauth/callback/ 302
