Skip to content

Commit f007aa2

Browse files
author
Vivek Vishal
authored
splat redirect: reroutes all requests from /cloud-native-management/meshmap/* to /cloud-native-management/kanvas/*
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent a56de19 commit f007aa2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

gatsby-node.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,12 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
341341
redirectInBrowser: true,
342342
isPermanent: true,
343343
});
344+
createRedirect({
345+
fromPath: "/cloud-native-management/meshmap/*",
346+
toPath: "/cloud-native-management/kanvas/*",
347+
redirectInBrowser: true,
348+
isPermanent: true,
349+
});
344350
// Create Pages
345351
const { createPage } = actions;
346352

0 commit comments

Comments
 (0)