Skip to content

Commit

Permalink
Chore: Redirect to new blog location
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Jul 30, 2024
1 parent a098156 commit 6aedfb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,13 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
redirectInBrowser: true,
isPermanent: true,
});

createRedirect({
fromPath: "/blog/announcements/meshery-5000-star-milestone",
toPath: "/blog/announcements/mesherys-5000-star-milestone",
redirectInBrowser: true,
isPermanent: true,
});

//****
// External Resource Redirects
//****
Expand Down

0 comments on commit 6aedfb1

Please sign in to comment.