Quellcode durchsuchen

docs: tweak page title

Jay V vor 7 Monaten
Ursprung
Commit
e7fcb692a4
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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>
 <Default {...Astro.props}><slot /></Default>
 
 
 { (isDocs || !slug.startsWith("s")) && (
 { (isDocs || !slug.startsWith("s")) && (