Skip to content

Commit dda1cf3

Browse files
committed
meshmap redirect
Signed-off-by: Lee Calcote <[email protected]>
1 parent 1187aa3 commit dda1cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gatsby-node.js

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
6363

6464
// New Community Member (Google Form)
6565
createRedirect({ fromPath: "/newcomer", toPath: "/newcomers", redirectInBrowser: true, isPermanent: true });
66+
createRedirect({ fromPath: "/meshmap", toPath: "/cloud-native-management/meshmap", redirectInBrowser: true, isPermanent: true });
6667
createRedirect({ fromPath: "/go/meshmap", toPath: "/cloud-native-management/meshmap", redirectInBrowser: true, isPermanent: true });
6768
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 });
6869

0 commit comments

Comments
 (0)