diff --git a/website/netlify.toml b/website/netlify.toml index 6424c70a8..1b07e6453 100644 --- a/website/netlify.toml +++ b/website/netlify.toml @@ -1,5 +1,11 @@ [[redirects]] - from = "/v2/*" - to = "https://registry.goauthentik.io/v2/:splat" + from = "/v2/" + to = "https://ghcr.registry.beryju.org/v2/" + status = 200 + force = true + +[[redirects]] + from = "/v2/*" + to = "https://ghcr.registry.beryju.org/v2/goauthentik/:splat" status = 200 force = true