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 ddef8b9 commit 397778fCopy full SHA for 397778f
2 files changed
public/favicon.jpg
149 KB
src/layouts/Layout.astro
@@ -56,7 +56,7 @@ const structuredData = {
56
<head>
57
<meta charset="UTF-8" />
58
<meta name="viewport" content="width=device-width" />
59
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="icon" type="image/jpeg" href="/favicon.jpg" />
60
<link rel="canonical" href={canonicalURL} />
61
<meta name="generator" content={Astro.generator} />
62
0 commit comments