Skip to content

Commit c485e64

Browse files
Update next.config.mjs
1 parent 898616d commit c485e64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,11 @@ export default withNextra({
446446
destination: "/connect/managed-auth/webhooks/",
447447
permanent: true,
448448
},
449+
{
450+
source: "/integrations/connected-accounts/oauth-clients/",
451+
destination: "/integrations/oauth-clients/",
452+
permanent: true,
453+
},
449454
];
450455
},
451456
async rewrites() {

0 commit comments

Comments
 (0)