Skip to content

Commit

Permalink
feat(website): add redirect to events notion page (#14625)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Sep 1, 2023
1 parent 839326c commit fae024d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ export default withNextra({
destination: "/docs/guides/run-a-node/claim-prover-rewards",
permanent: true,
},
{
source: "/events",
destination:
"https://taikoxyz.notion.site/Taiko-Events-calendar-be7f37a0d11849e5abfd0c332783dfc1",
permanent: false,
basePath: false,
},
];
},
});

0 comments on commit fae024d

Please sign in to comment.