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 75cf8b3 commit 1758997Copy full SHA for 1758997
src/layouts/Layout.astro
@@ -59,7 +59,7 @@ const structuredData = {
59
<head>
60
<meta charset="UTF-8" />
61
<meta name="viewport" content="width=device-width" />
62
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="icon" type="image/png" href="/favicon.png" />
63
<link rel="canonical" href={canonicalURL} />
64
<meta name="generator" content={Astro.generator} />
65
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
0 commit comments