Skip to content

Commit

Permalink
Merge pull request #5754 from layer5io/leecalcote/blog/5000-star-redi…
Browse files Browse the repository at this point in the history
…rect

Chore: Redirect to new blog location
  • Loading branch information
leecalcote authored Jul 30, 2024
2 parents a098156 + 6c586d8 commit 8408f1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ 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 8408f1c

Please sign in to comment.