church-website/sites/chemnitz/config.ts
2026-03-10 14:42:01 +01:00

32 lines
849 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { SiteConfig } from '@/config/site'
const config: SiteConfig = {
id: 'chemnitz',
name: 'Katholische Pfarrei Heilige Mutter Teresa Chemnitz',
shortName: 'Hl. Mutter Teresa',
description:
'Katholische Pfarrei Heilige Mutter Teresa in Chemnitz Gottesdienste, Veranstaltungen, Sakramente und Gemeindeleben.',
url: 'https://mutter-teresa-chemnitz.de',
email: 'kontakt@mutter-teresa-chemnitz.de',
keywords: [
'Katholische Pfarrei',
'Heilige Mutter Teresa',
'Chemnitz',
'Gottesdienst',
'Sakramente',
'Veranstaltungen',
'Gemeinde',
],
ogImage: '/og-logo.svg',
baseColor: '#016699',
shade1: '#67A3C2',
shade2: '#DDECF7',
shade3: '#eff6ff',
contrastColor: '#CE490F',
contrastShade1: '#DA764B',
defaultFont: 'lato',
headerFont: 'lato',
borderRadius: '0',
}
export default config