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 e2878a7 commit c35f42aCopy full SHA for c35f42a
3 files changed
docs/contributing/onboarding-wizard.mdx
next-env.d.ts
@@ -3,4 +3,4 @@
3
/// <reference types="next/navigation-types/compat/navigation" />
4
5
// NOTE: This file should not be edited
6
-// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
src/middleware.ts
@@ -3357,6 +3357,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
3357
from: '/organization/integrations/incidentio/',
3358
to: '/organization/integrations/issue-tracking/incidentio/',
3359
},
3360
+ {
3361
+ from: '/contributing/onboarding-wizard/',
3362
+ to: '/contributing/',
3363
+ },
3364
];
3365
3366
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
0 commit comments