From e16c2a87cc067bcc1e94b7ab012c4b2292bc6378 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 19 Nov 2023 18:14:36 +0200 Subject: [PATCH] add paypal support Signed-off-by: Ari Archer --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 0c1910b..ba85cd1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -154,6 +154,12 @@ status = 301 force = true +[[redirects]] + from = "/paypal" + to = "https://www.paypal.com/donate/?hosted_button_id=5ULJ3LCQHK4KY" + status = 301 + force = true + [[redirects]] from = "/:page" to = "/page/:page"