From 44fe012812b4773c448621ec172e35d7cde07a4b Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 19 Jun 2025 16:26:58 -0400 Subject: docs: edits --- packages/web/src/pages/s/[id].astro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/web/src/pages') 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 @@ -42,6 +42,13 @@ const ogImage = `https://social-cards.sst.dev/opencode-share/${encodedTitle}.png template: "splash", tableOfContents: false, head: [ + { + tag: "meta", + attrs: { + name: "description", + content: "opencode - The AI coding agent built for the terminal.", + }, + }, { tag: "meta", attrs: { -- cgit v1.2.3