Correct and fix links
This commit is contained in:
parent
8efa08eccd
commit
31c817128e
@ -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',
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user