We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898616d commit c485e64Copy full SHA for c485e64
docs-v2/next.config.mjs
@@ -446,6 +446,11 @@ export default withNextra({
446
destination: "/connect/managed-auth/webhooks/",
447
permanent: true,
448
},
449
+ {
450
+ source: "/integrations/connected-accounts/oauth-clients/",
451
+ destination: "/integrations/oauth-clients/",
452
+ permanent: true,
453
+ },
454
];
455
456
async rewrites() {
0 commit comments