From 8c34a98db0f44d8acc756e19f71254721516ae3e Mon Sep 17 00:00:00 2001 From: Taylor Fairbank Date: Thu, 30 May 2024 13:37:44 +0200 Subject: [PATCH] feat: update fundraiser redirects- remove GivingTuesday and add LaunchGood --- netlify.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index fdda68523..44868e641 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,12 @@ [[redirects]] - from = "/giving-tuesday" - to = "https://opencollective.com/distribute-aid-usa/contribute/support-refugees-with-vital-winter-aid-68456" + from = "/gaza-response" + to = "https://donorbox.org/help-distribute-aid-save-humans-in-gaza" status = 302 force = true [[redirects]] - from = "/gaza-response" - to = "https://donorbox.org/help-distribute-aid-save-humans-in-gaza" + from = "/send-aid-to-gaza" + to = "https://www.launchgood.com/v4/campaign/send_aid_to_gaza" status = 302 force = true +