church-website/sites/chemnitz/config.ts
Benno Tielen b0743c5f52
Some checks are pending
Deploy / deploy (push) Waiting to run
fix: other mail
2026-06-24 13:44:38 +02:00

37 lines
968 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: '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