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 971b24f commit f8c7560Copy full SHA for f8c7560
public/favicon.ico
171 KB
src/layouts/meta.astro
@@ -11,6 +11,7 @@ const url = Astro.url.href;
11
12
<meta charset="utf-8" />
13
<title>{title ? title + " | ut.code();" : "ut.code();"}</title>
14
+<link rel="icon" href="/favicon.ico" type="image/x-icon" />
15
<link rel="icon" href="/favicon-64x.png" />
16
<link rel="sitemap" href="/sitemap-index.xml" />
17
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
0 commit comments