add paypal support

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-19 18:14:36 +02:00
parent b3206d2a41
commit e16c2a87cc

View file

@ -154,6 +154,12 @@
status = 301 status = 301
force = true force = true
[[redirects]]
from = "/paypal"
to = "https://www.paypal.com/donate/?hosted_button_id=5ULJ3LCQHK4KY"
status = 301
force = true
[[redirects]] [[redirects]]
from = "/:page" from = "/:page"
to = "/page/:page" to = "/page/:page"