Skip to content

Commit

Permalink
Update gatsby-node.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 5, 2024
1 parent 8e44a09 commit 238a68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
isPermanent: true,
});
createRedirect({
fromPath: "/kanvas/operator",
fromPath: "/kanvas/operate",
toPath: "/cloud-native-management/kanvas/operate",
redirectInBrowser: true,
isPermanent: true,
Expand Down

0 comments on commit 238a68c

Please sign in to comment.