mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +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"
|
||||
|
|
BIN
static/og.png
Normal file
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 |
Loading…
Reference in a new issue