Skip to content

Commit 53f2d10

Browse files
committed
chore: fixin
1 parent 2d761b2 commit 53f2d10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,11 @@ const nextConfig = {
405405
destination: "/send-notifications/triggering-workflows/overview",
406406
permanent: true,
407407
},
408+
{
409+
source: "/mapi",
410+
destination: "/mapi-reference",
411+
permanent: true,
412+
},
408413
];
409414
},
410415
};

pages/mapi-reference/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const PRE_SIDEBAR_CONTENT: SidebarSection[] = [
3030
pages: [
3131
{
3232
title: "Overview",
33-
slug: `/overview`,
33+
slug: `/`,
3434
},
3535
{
3636
title: "Authentication",

0 commit comments

Comments
 (0)