We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d841e1 commit 640a58cCopy full SHA for 640a58c
public/assets/icons/favicon.ico
15 KB
src/components/HeadCommon.astro
@@ -11,7 +11,8 @@ import "../styles/design-system/global-styles.css"
11
<meta charset="utf-8" />
12
<meta name="viewport" content="width=device-width" />
13
14
-<link href="/assets/icons/favicon-32x32.png" rel="shortcut icon" type="image/x-icon" />
+<!-- <link href="/assets/icons/favicon-32x32.png" rel="shortcut icon" type="image/x-icon" /> -->
15
+<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico" />
16
<link href="/assets/icons/apple-touch-icon-256x256.png" rel="apple-touch-icon" />
17
18
<link rel="sitemap" href="/sitemap-index.xml" />
0 commit comments