We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ac993 commit b8119ddCopy full SHA for b8119dd
public/favicon.png
62.3 KB
src/layouts/Layout.astro
@@ -57,7 +57,7 @@ const structuredData = {
57
<head>
58
<meta charset="UTF-8" />
59
<meta name="viewport" content="width=device-width" />
60
- <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.png" />
61
<link rel="canonical" href={canonicalURL} />
62
<meta name="generator" content={Astro.generator} />
63
0 commit comments