--- // Starlight 0.39 exposes route data on Astro.locals.starlightRoute (not props). // Link the wordmark to the landing page at the site root. const { siteTitle } = Astro.locals.starlightRoute; const base = import.meta.env.BASE_URL.replace(/\/$/, ''); --- {siteTitle}