Skip to content

Commit 1758997

Browse files
authored
Update Layout.astro
1 parent 75cf8b3 commit 1758997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const structuredData = {
5959
<head>
6060
<meta charset="UTF-8" />
6161
<meta name="viewport" content="width=device-width" />
62-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
62+
<link rel="icon" type="image/png" href="/favicon.png" />
6363
<link rel="canonical" href={canonicalURL} />
6464
<meta name="generator" content={Astro.generator} />
6565
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">

0 commit comments

Comments
 (0)