Skip to content

Commit

Permalink
Redirect page object model
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Aug 10, 2023
1 parent 2bfcbbb commit 6f62153
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 @@ -1675,6 +1675,11 @@ const createRedirects = ({ actions }) => {
toPath: '/using-k6-browser/recommended-practices/selecting-elements/',
isPermanent: true,
});
createRedirect({
fromPath: '/using-k6-browser/examples/page-object-model/',
toPath: '/using-k6-browser/recommended-practices/page-object-model/',
isPermanent: true,
});

const redirects = {
'/javascript-api/k6-http/cookiejar-k6-http/':
Expand Down

0 comments on commit 6f62153

Please sign in to comment.