church-website/sites/chemnitz/config.ts
Benno Tielen cb6e811c52
Some checks failed
Deploy / deploy (push) Has been cancelled
feature: infra
2026-08-17 15:48:55 +02:00

37 lines
971 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://hl-mutter-teresa-chemnitz.de',
email: 'chemnitz@pfarrei-bddmei.de',
address: 'Hohe Straße 1',
postalCode: '09112',
city: 'Chemnitz',
phone: '0371 304085',
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',
magazineName: 'Pfarrbrief',
}
export default config