We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
meta.title
<title>
1 parent 3c608fb commit 482b0e3Copy full SHA for 482b0e3
packages/astro/src/default/layouts/Layout.astro
@@ -18,7 +18,7 @@ const canonicalUrl = Astro.site ? new URL(Astro.url.pathname, Astro.site).toStri
18
<html lang="en" transition:animate="none" class="h-full overflow-hidden">
19
<head>
20
<HeadTags>
21
- <title slot="title">{title}</title>
+ <title slot="title">{meta?.title || title}</title>
22
23
<Fragment slot="links">
24
{canonicalUrl && <link rel="canonical" href={canonicalUrl} />}
0 commit comments