26 lines
573 B
JavaScript
26 lines
573 B
JavaScript
export default {
|
|
titleTemplate: 'CovidPass | %s',
|
|
defaultTitle: 'CovidPass',
|
|
openGraph: {
|
|
type: 'website',
|
|
locale: 'en_IE',
|
|
url: 'https://covidpass.marvinsextro.de/',
|
|
site_name: 'CovidPass',
|
|
},
|
|
twitter: {
|
|
handle: '@marvinsxtr',
|
|
site: '@marvinsxtr',
|
|
cardType: 'summary_large_image',
|
|
},
|
|
additionalLinkTags: [
|
|
{
|
|
rel: 'icon',
|
|
href: 'https://covidpass.marvinsextro.de/favicon.png',
|
|
},
|
|
{
|
|
rel: 'apple-touch-icon',
|
|
href: 'https://covidpass.marvinsextro.de/favicon.png',
|
|
sizes: '96x96'
|
|
},
|
|
]
|
|
} |