From 8e422cb8c0392b876801e4b694eaf1ad23591bc2 Mon Sep 17 00:00:00 2001 From: Owen Barton Date: Wed, 17 Jan 2024 10:50:18 -0800 Subject: [PATCH] Redirect to report rather than press release. --- gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index 79cd23cc..eba708fb 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -185,7 +185,7 @@ exports.createPages = async ({ graphql, actions }) => { }) createRedirect({ fromPath: "/press/2024-01-16-CivicActions-Announces-Impact-Report/reports.civicactions.com/impact", - toPath: "/press/2024-01-16-CivicActions-Announces-Impact-Report", + toPath: "https://reports.civicactions.com/impact", isPermanent: true, redirectInBrowser: true, })