Skip to content

Commit b81a420

Browse files
author
Vivek Vishal
authored
Update gatsby-node.js
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 3591a4d commit b81a420

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

gatsby-node.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,13 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
347347
redirectInBrowser: true,
348348
isPermanent: true,
349349
});
350+
351+
createRedirect({
352+
fromPath: "/cloud-native-management/meshmap/collaborate/peer-reviews",
353+
toPath: "/cloud-native-management/kanvas/collaborate/peer-reviews",
354+
redirectInBrowser: true,
355+
isPermanent: true,
356+
});
350357
// Create Pages
351358
const { createPage } = actions;
352359

0 commit comments

Comments
 (0)