diff options
| author | Jay V <[email protected]> | 2025-06-19 16:26:58 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-19 16:28:11 -0400 |
| commit | 44fe012812b4773c448621ec172e35d7cde07a4b (patch) | |
| tree | faa422722b3b81f6fccc2ffb370aa12737e9fd41 /packages/web/src/pages | |
| parent | f5e7f079ea4cbbcffe9aace3c835ade6589ee410 (diff) | |
| download | opencode-44fe012812b4773c448621ec172e35d7cde07a4b.tar.gz opencode-44fe012812b4773c448621ec172e35d7cde07a4b.zip | |
docs: edits
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, }, |
