We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44450b4 + 7052798 commit f0bb335Copy full SHA for f0bb335
public/favicon.png
221 KB
src/layouts/Layout.astro
@@ -7,7 +7,7 @@ import "../styles/global.css";
7
<head>
8
<meta charset="UTF-8" />
9
<meta name="viewport" content="width=device-width" />
10
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.png" />
11
<meta name="generator" content={Astro.generator} />
12
<title>Kyoto Tech Meetup</title>
13
</head>
0 commit comments