Skip to content

Commit 6f62153

Browse files
committed
Redirect page object model
1 parent 2bfcbbb commit 6f62153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gatsby-node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,6 +1675,11 @@ const createRedirects = ({ actions }) => {
16751675
toPath: '/using-k6-browser/recommended-practices/selecting-elements/',
16761676
isPermanent: true,
16771677
});
1678+
createRedirect({
1679+
fromPath: '/using-k6-browser/examples/page-object-model/',
1680+
toPath: '/using-k6-browser/recommended-practices/page-object-model/',
1681+
isPermanent: true,
1682+
});
16781683

16791684
const redirects = {
16801685
'/javascript-api/k6-http/cookiejar-k6-http/':

0 commit comments

Comments
 (0)