From c485e64d3f5c26659d847608449a13c5d47a232a Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Fri, 14 Mar 2025 15:10:03 -0700 Subject: [PATCH] Update next.config.mjs --- docs-v2/next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs-v2/next.config.mjs b/docs-v2/next.config.mjs index 60d05634f0f21..eb4047798bcc6 100644 --- a/docs-v2/next.config.mjs +++ b/docs-v2/next.config.mjs @@ -446,6 +446,11 @@ export default withNextra({ destination: "/connect/managed-auth/webhooks/", permanent: true, }, + { + source: "/integrations/connected-accounts/oauth-clients/", + destination: "/integrations/oauth-clients/", + permanent: true, + }, ]; }, async rewrites() {