From c81a6bdcd8c1c87298dfb9870c77b39a34c47cce Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Tue, 25 Nov 2025 23:03:59 -0800 Subject: [PATCH] fix: update redirect destinations for oauth2-oidc --- vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index f22c5cdec..f35bf84e9 100644 --- a/vercel.json +++ b/vercel.json @@ -1201,17 +1201,17 @@ }, { "source": "/docs/ecosystem/benchmark", - "destination": "/docs/docs/oauth2-oidc", + "destination": "/docs/oauth2-oidc", "permanent": false }, { "source": "/docs/hydra/case-study", - "destination": "/docs/docs/oauth2-oidc", + "destination": "/docs/oauth2-oidc", "permanent": false }, { "source": "/docs/hydra/faq", - "destination": "/docs/docs/oauth2-oidc", + "destination": "/docs/oauth2-oidc", "permanent": false }, {