Skip to content

Commit bffbbc2

Browse files
authored
Update gatsby-node.js
Signed-off-by: Alok Dangre <[email protected]>
1 parent 938e945 commit bffbbc2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gatsby-node.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,6 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
369369
isPermanent: true,
370370
});
371371

372-
createRedirect({
373-
fromPath: "/cloud-native-management/meshery/integrations/kubevault-metrics.html.html",
374-
toPath: "/cloud-native-management/meshery/integrations/kubevault-metrics",
375-
redirectInBrowser: true,
376-
isPermanent: true,
377-
});
378-
379372
createRedirect({
380373
fromPath: "/blog/tag/meshery-open-source",
381374
toPath: "/blog/tag/open-source",

0 commit comments

Comments
 (0)