Skip to content

Commit 4f20383

Browse files
author
Vivek Vishal
authored
update redirect
Signed-off-by: Vivek Vishal <[email protected]>
1 parent 281bc63 commit 4f20383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
291291
isPermanent: true,
292292
});
293293
createRedirect({
294-
fromPath: "/cloud-native-management/meshmap",
295-
toPath: "/cloud-native-management/kanvas",
294+
fromPath: "/cloud-native-management/kanvas",
295+
toPath: "/cloud-native-management/meshmap",
296296
redirectInBrowser: true,
297297
isPermanent: true,
298298
});

0 commit comments

Comments
 (0)