mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-22 00:01:06 +00:00
fix(website): bust open graph image cache
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
+2
-2
@@ -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." />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user