Skip to content

Commit 79d245e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
343343
});
344344
createRedirect({
345345
fromPath: "/cloud-native-management/meshmap/*",
346-
toPath: "/cloud-native-management/kanvas/*",
346+
toPath: "/cloud-native-management/kanvas/:splat",
347347
redirectInBrowser: true,
348348
isPermanent: true,
349349
});

0 commit comments

Comments
 (0)