docs: update social preview cards

This commit is contained in:
Ogulcan Celik 2026-05-23 17:40:02 +03:00
parent 8d855cd9ef
commit 0d2c20a462
10 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -72,7 +72,7 @@ export default defineConfig({
head: [
{
tag: 'meta',
attrs: { property: 'og:image', content: 'https://herdr.dev/assets/doc-og-card-v1.png' },
attrs: { property: 'og:image', content: 'https://herdr.dev/assets/doc-og-card-v2.png' },
},
{ tag: 'meta', attrs: { property: 'og:image:width', content: '1200' } },
{ tag: 'meta', attrs: { property: 'og:image:height', content: '630' } },
@ -85,7 +85,7 @@ export default defineConfig({
},
{
tag: 'meta',
attrs: { name: 'twitter:image', content: 'https://herdr.dev/assets/doc-og-card-v1.png' },
attrs: { name: 'twitter:image', content: 'https://herdr.dev/assets/doc-og-card-v2.png' },
},
{
tag: 'meta',

View File

@ -21,7 +21,7 @@
<meta property="og:url" content="https://herdr.dev/" />
<meta
property="og:image"
content="https://herdr.dev/assets/og-card-v4.png"
content="https://herdr.dev/assets/og-card-v5.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-v4.png"
content="https://herdr.dev/assets/og-card-v5.png"
/>
<meta name="twitter:image:alt" content="Herdr — One terminal. The whole herd." />

View File

@ -19,7 +19,7 @@
content="Herdr combines tmux-style persistence, real terminal panes, agent state, direct attach, SSH workflows, and an API agents can drive."
/>
<meta property="og:url" content="https://herdr.dev/compare/" />
<meta property="og:image" content="https://herdr.dev/assets/og-card-v4.png" />
<meta property="og:image" content="https://herdr.dev/assets/og-card-v5.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Herdr — One terminal. The whole herd." />
@ -30,7 +30,7 @@
name="twitter:description"
content="Compare Herdr with tmux, Zellij, cmux, Warp, Solo, Conductor, Emdash, and Superset."
/>
<meta name="twitter:image" content="https://herdr.dev/assets/og-card-v4.png" />
<meta name="twitter:image" content="https://herdr.dev/assets/og-card-v5.png" />
<meta name="twitter:image:alt" content="Herdr — One terminal. The whole herd." />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon.png?v=14" />