Skip to content

Commit 4c70c40

Browse files
authored
Merge branch 'main' into patch-1
2 parents e178a65 + 406fe00 commit 4c70c40

File tree

3 files changed

+207
-474
lines changed

3 files changed

+207
-474
lines changed

gatsby-node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,11 @@ const createRedirects = ({ actions }) => {
16801680
toPath: '/using-k6-browser/recommended-practices/page-object-model/',
16811681
isPermanent: true,
16821682
});
1683+
createRedirect({
1684+
fromPath: '/es/guias-de-prueba/automatizacion-de-pruebas-de-rendimiento/',
1685+
toPath: '/testing-guides/automated-performance-testing/',
1686+
isPermanent: true,
1687+
});
16831688

16841689
const redirects = {
16851690
'/javascript-api/k6-http/cookiejar-k6-http/':

0 commit comments

Comments
 (0)