New thumbnail and higher resolution favicons
This commit is contained in:
parent
ec6dbfc3e7
commit
cbc18e193b
|
@ -9,7 +9,7 @@ function Page({ content }) {
|
|||
<div className="md:w-2/3 xl:w-2/5 md:mx-auto flex flex-col min-h-screen justify-center px-5 py-12">
|
||||
<Head>
|
||||
<title>CovidPass</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<div>
|
||||
<main className="flex flex-col space-y-5">
|
||||
|
|
|
@ -15,12 +15,12 @@ export default {
|
|||
additionalLinkTags: [
|
||||
{
|
||||
rel: 'icon',
|
||||
href: 'https://covidpass.marvinsextro.de/favicon.png',
|
||||
href: 'https://covidpass.marvinsextro.de/favicon.ico',
|
||||
},
|
||||
{
|
||||
rel: 'apple-touch-icon',
|
||||
href: 'https://covidpass.marvinsextro.de/favicon.png',
|
||||
sizes: '96x96'
|
||||
href: 'https://covidpass.marvinsextro.de/apple-touch-icon.png',
|
||||
sizes: '180x180'
|
||||
},
|
||||
]
|
||||
}
|
|
@ -17,10 +17,16 @@ export default function Home() {
|
|||
images: [
|
||||
{
|
||||
url: 'https://covidpass.marvinsextro.de/thumbnail.png',
|
||||
width: 611,
|
||||
height: 318,
|
||||
width: 1000,
|
||||
height: 500,
|
||||
alt: 'CovidPass: Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.',
|
||||
},
|
||||
{
|
||||
url: 'https://covidpass.marvinsextro.de/favicon.png',
|
||||
width: 500,
|
||||
height: 500,
|
||||
alt: 'CovidPass',
|
||||
},
|
||||
],
|
||||
site_name: 'CovidPass',
|
||||
}}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue