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 92c216e commit 252eab6Copy full SHA for 252eab6
public/apple-touch-icon.png
10.7 KB
public/favicon.ico
9.44 KB
src/layouts/BaseLayout.astro
@@ -34,7 +34,9 @@ const shouldShowPromoBanner =
34
<head>
35
<meta charset="UTF-8" />
36
<meta name="viewport" content="width=device-width" />
37
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="icon" href="/favicon.ico" sizes="48x48" />
38
+ <link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
39
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
40
<style is:global>
41
@import "../styles/input.css";
42
</style>
0 commit comments