From 3fb6a2721aee9a5458fdb23612502ced66fae422 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 3 Jun 2026 14:23:50 +0000 Subject: [PATCH] fix(seo): restore page

heading on documentation pages The page title

was unintentionally dropped from the shared PageContent wrapper, leaving ~1,429 documentation pages with no

in their server-rendered HTML (flagged by SEO audit). The title was still computed but never rendered. Restore

so the frontmatter title renders as the page heading (also re-anchors the right-sidebar Overview link). --- src/components/PageContent/PageContent.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PageContent/PageContent.astro b/src/components/PageContent/PageContent.astro index 3b6debfdd7..080b645f53 100644 --- a/src/components/PageContent/PageContent.astro +++ b/src/components/PageContent/PageContent.astro @@ -58,6 +58,7 @@ const t = useTranslations(Astro); +

{