Skip to content

Commit e6b75b3

Browse files
committed
Fixing broken redirect link for breadcrumb to 'get-involved' page
1 parent a39a4dd commit e6b75b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const createPages: GatsbyNode["createPages"] = async ({
273273

274274
createRedirect({
275275
fromPath: `/engage/`,
276-
toPath: `/engage/contribute/`,
276+
toPath: `/engage/get-involved/`,
277277
isPermanent: true,
278278
force: true,
279279
redirectInBrowser: true,

0 commit comments

Comments
 (0)