Correct and fix links

This commit is contained in:
Wolfgang Huß 2021-08-16 15:33:52 +02:00
parent 8efa08eccd
commit 31c817128e
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@ export default {
MODERATION_EMAIL: 'team@wir.social',
// ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails!
ORGANIZATION_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/organization',
SUPPORT_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/support',
SUPPORT_LINK: 'https://www.webcraft-media.de/#!contact', // Wolle 'https://wir.social/support',
}

View File

@ -68,7 +68,7 @@ const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({
},
})
const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({
externalLink: https://www.webcraft-media.de/#!datenschutz, // if string is defined and not empty it's dominating
externalLink: 'https://www.webcraft-media.de/#!datenschutz', // if string is defined and not empty it's dominating
internalPage: {
// footerIdent: 'site.data-privacy', // localized string identifier, if undefined default is used
@ -94,7 +94,7 @@ const FAQ = defaultPageParamsPages.FAQ.overwrite({
},
})
const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({
externalLink: 'https://webcraft-media.de', // if string is defined and not empty it's dominating
externalLink: 'https://www.webcraft-media.de/#!contact', // if string is defined and not empty it's dominating
internalPage: {
// footerIdent: 'site.support', // localized string identifier, if undefined default is used