docs: update social preview cards

This commit is contained in:
Ogulcan Celik
2026-05-21 21:35:11 +03:00
parent 1f2f939862
commit f7fa948685
5 changed files with 30 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

+26
View File
@@ -69,6 +69,32 @@ export default defineConfig({
SiteTitle: './src/components/SiteTitle.astro',
},
customCss: ['./src/styles/starlight.css'],
head: [
{
tag: 'meta',
attrs: { property: 'og:image', content: 'https://herdr.dev/assets/doc-og-card-v1.png' },
},
{ tag: 'meta', attrs: { property: 'og:image:width', content: '1200' } },
{ tag: 'meta', attrs: { property: 'og:image:height', content: '630' } },
{
tag: 'meta',
attrs: {
property: 'og:image:alt',
content: 'Herdr documentation — One terminal. The whole herd.',
},
},
{
tag: 'meta',
attrs: { name: 'twitter:image', content: 'https://herdr.dev/assets/doc-og-card-v1.png' },
},
{
tag: 'meta',
attrs: {
name: 'twitter:image:alt',
content: 'Herdr documentation — One terminal. The whole herd.',
},
},
],
editLink: {
baseUrl: 'https://github.com/ogulcancelik/herdr/edit/master/',
},
+2 -2
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-v3.png"
content="https://herdr.dev/assets/og-card-v4.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-v3.png"
content="https://herdr.dev/assets/og-card-v4.png"
/>
<meta name="twitter:image:alt" content="Herdr — One terminal. The whole herd." />
+2 -2
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-v3.png" />
<meta property="og:image" content="https://herdr.dev/assets/og-card-v4.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-v3.png" />
<meta name="twitter:image" content="https://herdr.dev/assets/og-card-v4.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" />