New thumbnail and higher resolution favicons

This commit is contained in:
Marvin Sextro 2021-06-30 02:13:38 +02:00
parent ec6dbfc3e7
commit cbc18e193b
7 changed files with 12 additions and 6 deletions

View File

@ -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"> <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> <Head>
<title>CovidPass</title> <title>CovidPass</title>
<link rel="icon" href="/favicon.png" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<div> <div>
<main className="flex flex-col space-y-5"> <main className="flex flex-col space-y-5">

View File

@ -15,12 +15,12 @@ export default {
additionalLinkTags: [ additionalLinkTags: [
{ {
rel: 'icon', rel: 'icon',
href: 'https://covidpass.marvinsextro.de/favicon.png', href: 'https://covidpass.marvinsextro.de/favicon.ico',
}, },
{ {
rel: 'apple-touch-icon', rel: 'apple-touch-icon',
href: 'https://covidpass.marvinsextro.de/favicon.png', href: 'https://covidpass.marvinsextro.de/apple-touch-icon.png',
sizes: '96x96' sizes: '180x180'
}, },
] ]
} }

View File

@ -17,10 +17,16 @@ export default function Home() {
images: [ images: [
{ {
url: 'https://covidpass.marvinsextro.de/thumbnail.png', url: 'https://covidpass.marvinsextro.de/thumbnail.png',
width: 611, width: 1000,
height: 318, height: 500,
alt: 'CovidPass: Add your EU Digital Covid Vaccination Certificates to your favorite wallet app.', 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', site_name: 'CovidPass',
}} }}

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
public/favicon.ico Normal file

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