Ver código fonte

docs: tweak page title

Jay V 9 meses atrás
pai
commit
e7fcb692a4
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      packages/web/src/components/Head.astro

+ 4 - 0
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")) && (