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.
1 parent 3096435 commit cdeadadCopy full SHA for cdeadad
packages/astro/src/default/layouts/Layout.astro
@@ -29,6 +29,7 @@ const faviconUrl = readPublicAsset('favicon.svg');
29
/>
30
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet" />
31
</Fragment>
32
+
33
<MetaTags slot="meta" meta={meta} />
34
</HeadTags>
35
<ViewTransitions />
0 commit comments