We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1187aa3 commit dda1cf3Copy full SHA for dda1cf3
gatsby-node.js
@@ -63,6 +63,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
63
64
// New Community Member (Google Form)
65
createRedirect({ fromPath: "/newcomer", toPath: "/newcomers", redirectInBrowser: true, isPermanent: true });
66
+ createRedirect({ fromPath: "/meshmap", toPath: "/cloud-native-management/meshmap", redirectInBrowser: true, isPermanent: true });
67
createRedirect({ fromPath: "/go/meshmap", toPath: "/cloud-native-management/meshmap", redirectInBrowser: true, isPermanent: true });
68
createRedirect({ fromPath: "/resources/cloud-native/hpes-adoption-of-meshery-and-meshmap", toPath: "/resources/case-study/hpes-adoption-of-meshery-and-meshmap", redirectInBrowser: true, isPermanent: true });
69
0 commit comments