Skip to content

Commit

Permalink
fix(releases): create page redirect from old location to the new loca…
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Nov 7, 2023
1 parent 85bd68a commit 566384d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ exports.createPages = ({ actions }) => {
toPath: '/guidelines/typography/style-strategies',
isPermanent: true,
});
createRedirect({
fromPath: '/whats-happening/releases',
toPath: '/all-about-carbon/releases',
isPermanent: true,
});
};

1 comment on commit 566384d

@vercel
Copy link

@vercel vercel bot commented on 566384d Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.