Skip to content

Commit 3096435

Browse files
authored
chore: review
1 parent bf4df2a commit 3096435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/astro/src/default/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const faviconUrl = readPublicAsset('favicon.svg');
1818
<head>
1919
<HeadTags>
2020
<title slot="title">{title}</title>
21+
2122
<Fragment slot="links">
2223
{faviconUrl ? <link rel="icon" type="image/svg+xml" href={faviconUrl} /> : null}
2324
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)