Skip to content

Commit 76f93d5

Browse files
committed
Fix archive-command redirect
1 parent 9019ada commit 76f93d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ const createRedirects = ({ actions, pathPrefix }) => {
393393
});
394394
createRedirect({
395395
fromPath: '/using-k6/archives-for-bundling-sharing-a-test',
396-
toPath: '/misc/archive',
396+
toPath: '/misc/archive-command',
397397
isPermanent: true,
398398
});
399399
createRedirect({

0 commit comments

Comments
 (0)