fix(website): bust open graph image cache
This commit is contained in:
parent
3189ede2b9
commit
f33e1a0faa
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
|
|
@ -21,7 +21,7 @@
|
|||
<meta property="og:url" content="https://herdr.dev/" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://herdr.dev/assets/og-card-v2.png"
|
||||
content="https://herdr.dev/assets/og-card-v3.png"
|
||||
/>
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://herdr.dev/assets/og-card-v2.png"
|
||||
content="https://herdr.dev/assets/og-card-v3.png"
|
||||
/>
|
||||
<meta name="twitter:image:alt" content="Herdr — One terminal. The whole herd." />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue