Skip to content

Commit

Permalink
Redirect to report rather than press release.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Jan 17, 2024
1 parent 2af3a29 commit 8e422cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 8e422cb

Please sign in to comment.