summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-07-03 16:23:02 -0400
committerJay V <[email protected]>2025-07-03 16:23:08 -0400
commite7fcb692a42079c518cc76569352e99a932b4599 (patch)
treeaae59666307abed227bb506001f7d8ca7a2f7cb1 /packages
parentdae38574ab0b5b7105cdc195bbe02a8dd015e254 (diff)
downloadopencode-e7fcb692a42079c518cc76569352e99a932b4599.tar.gz
opencode-e7fcb692a42079c518cc76569352e99a932b4599.zip
docs: tweak page title
Diffstat (limited to 'packages')
-rw-r--r--packages/web/src/components/Head.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/components/Head.astro b/packages/web/src/components/Head.astro
index 3d9bc0f53..f6166f58f 100644
--- a/packages/web/src/components/Head.astro
+++ b/packages/web/src/components/Head.astro
@@ -36,6 +36,10 @@ if (isDocs) {
}
---
+{ slug === "" && (
+<title>{title} | AI coding agent built for the terminal</title>
+)}
+
<Default {...Astro.props}><slot /></Default>
{ (isDocs || !slug.startsWith("s")) && (