Replace footer URLs with

This commit is contained in:
Wolfgang Huß 2023-11-29 12:52:04 +01:00
parent 4b427dc0a6
commit f7389c3917

View File

@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/donations',
url: 'https://busfaktor.org/en/spenden',
target: '_blank',
},
@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/imprint',
url: 'http://ocelot.social/en/impressum',
target: '_blank',
},