diff options
Diffstat (limited to 'packages/web/src/pages')
| -rw-r--r-- | packages/web/src/pages/s/[id].astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/web/src/pages/s/[id].astro b/packages/web/src/pages/s/[id].astro index 810e2311a..502784f86 100644 --- a/packages/web/src/pages/s/[id].astro +++ b/packages/web/src/pages/s/[id].astro @@ -45,6 +45,13 @@ const ogImage = `https://social-cards.sst.dev/opencode-share/${encodedTitle}.png { tag: "meta", attrs: { + name: "description", + content: "opencode - The AI coding agent built for the terminal.", + }, + }, + { + tag: "meta", + attrs: { property: "og:image", content: ogImage, }, |
