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 bf4df2a commit 3096435Copy full SHA for 3096435
packages/astro/src/default/layouts/Layout.astro
@@ -18,6 +18,7 @@ const faviconUrl = readPublicAsset('favicon.svg');
18
<head>
19
<HeadTags>
20
<title slot="title">{title}</title>
21
+
22
<Fragment slot="links">
23
{faviconUrl ? <link rel="icon" type="image/svg+xml" href={faviconUrl} /> : null}
24
<link rel="preconnect" href="https://fonts.googleapis.com" />
0 commit comments