docs: tweak page title
Some checks are pending
deploy / deploy (push) Waiting to run
publish / publish (push) Waiting to run

This commit is contained in:
Jay V 2025-07-03 16:23:02 -04:00
parent dae38574ab
commit e7fcb692a4

View file

@ -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")) && (