Skip to content

Commit 3591a4d

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
342342
isPermanent: true,
343343
});
344344
createRedirect({
345-
fromPath: "/cloud-native-management/meshmap/*",
346-
toPath: "/cloud-native-management/kanvas/:splat",
345+
fromPath: "/cloud-native-management/meshmap/design",
346+
toPath: "/cloud-native-management/kanvas/design",
347347
redirectInBrowser: true,
348348
isPermanent: true,
349349
});

0 commit comments

Comments
 (0)