Skip to content

Commit 397778f

Browse files
committed
Replace favicon with profile photo
1 parent ddef8b9 commit 397778f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

public/favicon.jpg

149 KB
Loading

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const structuredData = {
5656
<head>
5757
<meta charset="UTF-8" />
5858
<meta name="viewport" content="width=device-width" />
59-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
59+
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
6060
<link rel="canonical" href={canonicalURL} />
6161
<meta name="generator" content={Astro.generator} />
6262

0 commit comments

Comments
 (0)