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"