Skip to content

Commit

Permalink
createRedirect old page
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Mar 2, 2021
1 parent c514fd2 commit ebd08b8
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 @@ -590,6 +590,11 @@ const createRedirects = ({ actions }) => {
toPath: '/misc/usage-collection',
isPermanent: true,
});
createRedirect({
fromPath: '/using-k6/using-node-modules',
toPath: '/using-k6/modules',
isPermanent: true,
});
};

exports.createPages = async (options) => {
Expand Down

0 comments on commit ebd08b8

Please sign in to comment.