summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/pages
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-06-19 16:26:58 -0400
committerJay V <[email protected]>2025-06-19 16:28:11 -0400
commit44fe012812b4773c448621ec172e35d7cde07a4b (patch)
treefaa422722b3b81f6fccc2ffb370aa12737e9fd41 /packages/web/src/pages
parentf5e7f079ea4cbbcffe9aace3c835ade6589ee410 (diff)
downloadopencode-44fe012812b4773c448621ec172e35d7cde07a4b.tar.gz
opencode-44fe012812b4773c448621ec172e35d7cde07a4b.zip
docs: edits
Diffstat (limited to 'packages/web/src/pages')
-rw-r--r--packages/web/src/pages/s/[id].astro7
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,
},