From 76f93d51dc0712cffa38e6526a17c3e990bbd4c4 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Fri, 30 Oct 2020 17:46:17 +0100 Subject: [PATCH] Fix `archive-command` redirect --- gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index c7bcd710ef..e9fc12a717 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -393,7 +393,7 @@ const createRedirects = ({ actions, pathPrefix }) => { }); createRedirect({ fromPath: '/using-k6/archives-for-bundling-sharing-a-test', - toPath: '/misc/archive', + toPath: '/misc/archive-command', isPermanent: true, }); createRedirect({