Add Open Graph meta tags and favicon

This commit is contained in:
skidoodle 2024-02-10 19:37:35 +01:00
parent da3be00364
commit 0302409a5f
3 changed files with 13 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Before After
Before After

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -6,6 +6,19 @@ export default function Document() {
<Head>
<meta name='theme-color' content='#121212' />
<meta name='title' content='Érettségi kereső' />
<meta name='og:title' content='Érettségi kereső' />
<meta property='og:url' content='https://erettsegi.albert.lol' />
<meta
name='description'
content='Egyszerű keresés és letöltés az érettségi feladatsorokhoz. 🏫'
/>
<meta
name='og:description'
content='Egyszerű keresés és letöltés az érettségi feladatsorokhoz. 🏫'
/>
<link rel='icon' href='/favicon.ico' />
<meta property='image' content='/logo.png' />
<meta property='og:image' content='/logo.png' />
<meta name='author' content='albert' />
</Head>
<body>