Do keep the full size image for the og tag though
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
24fbda877b
commit
945c615045
|
@ -1,6 +1,7 @@
|
|||
<script>
|
||||
import Avif from './profile.avif?w=320&format=avif';
|
||||
import Jpeg from './profile.avif?w=320&format=jpeg';
|
||||
import JpegFull from './profile.avif?format=jpeg';
|
||||
import WebP from './profile.avif?w=320&format=webp';
|
||||
import cv from '../cv.pdf';
|
||||
|
||||
|
@ -18,7 +19,7 @@
|
|||
<meta property="profile:first_name" content="Kaan" />
|
||||
<meta property="profile:last_name" content="Barmore-Genç" />
|
||||
<meta property="profile:username" content="@SeriousBug" />
|
||||
<meta property="og:image" content={`https://bgenc.net${Jpeg}`} />
|
||||
<meta property="og:image" content={`https://bgenc.net${JpegFull}`} />
|
||||
</svelte:head>
|
||||
|
||||
<div data-pagefind-body>
|
||||
|
|
Loading…
Reference in a new issue