feat: use png for open graph image

This commit is contained in:
Bart van der Braak 2023-11-20 11:38:33 +01:00
parent 3998ab1219
commit 052a2e404d
3 changed files with 3 additions and 3 deletions

View file

@ -12,14 +12,14 @@
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>hellob.art - home of bart van der braak</title>
<meta property="twitter:image" content="%sveltekit.assets%/og.svg" />
<meta property="twitter:image" content="%sveltekit.assets%/og.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="hellob.art - home of bart van der braak" />
<meta
property="twitter:description"
content="Personal website of Bart van der Braak showcasing milestones, tools and ideas."
/>
<meta property="og:image" content="%sveltekit.assets%/og.svg" />
<meta property="og:image" content="%sveltekit.assets%/og.png" />
<meta property="og:title" content="hellob.art - home of bart van der braak" />
<meta
property="og:description"

BIN
static/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB