From 1ad7e0c50b7bfdc87f9671a42b1484924485109e Mon Sep 17 00:00:00 2001 From: Shreya111111 Date: Tue, 15 Aug 2023 20:30:11 +0530 Subject: [PATCH] change routes to /products Signed-off-by: Shreya111111 --- gatsby-node.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gatsby-node.js b/gatsby-node.js index b78166f79eba..eb8aa9630be5 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -53,9 +53,9 @@ exports.createPages = async ({ actions, graphql, reporter }) => { createRedirect({ fromPath: "/news", toPath: "/company/news", redirectInBrowser: true, isPermanent: true }); createRedirect({ fromPath: "/service-meshes", toPath: "/service-mesh-landscape", redirectInBrowser: true, isPermanent: true }); createRedirect({ fromPath: "/calendar", toPath: "/community/calendar", redirectInBrowser: true, isPermanent: true }); - createRedirect({ fromPath: "/smi", toPath: "/projects/service-mesh-interface-conformance", redirectInBrowser: true, isPermanent: true }); - createRedirect({ fromPath: "/projects/getnighthawk", toPath: "/projects/nighthawk", redirectInBrowser: true, isPermanent: true }); - createRedirect({ fromPath: "/projects/getnighthawk", toPath: "/projects/nighthawk", redirectInBrowser: true, isPermanent: true }); + createRedirect({ fromPath: "/smi", toPath: "/products/service-mesh-interface-conformance", redirectInBrowser: true, isPermanent: true }); + createRedirect({ fromPath: "/products/getnighthawk", toPath: "/products/nighthawk", redirectInBrowser: true, isPermanent: true }); + createRedirect({ fromPath: "/products/getnighthawk", toPath: "/products/nighthawk", redirectInBrowser: true, isPermanent: true }); //**** // External Resoruce Redirects