Skip to content

Commit

Permalink
fix(website): add redirect for broken link (#14758)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Sep 20, 2023
1 parent cb73d98 commit 2503bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export default withNextra({
permanent: false,
basePath: false,
},
// Redirect run a node to run a taiko node
{
source: "/docs/guides/run-a-node",
destination: "/docs/guides/run-a-taiko-node",
permanent: true,
},
];
},
});

0 comments on commit 2503bea

Please sign in to comment.