mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 07:19:09 +00:00
feat: use png for open graph image
This commit is contained in:
parent
3998ab1219
commit
052a2e404d
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue