2021-06-26 14:22:53 +02:00
|
|
|
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: 'apple-touch-icon',
|
2021-06-30 02:13:38 +02:00
|
|
|
href: 'https://covidpass.marvinsextro.de/apple-touch-icon.png',
|
|
|
|
sizes: '180x180'
|
2021-06-26 14:22:53 +02:00
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|