We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f004007 commit 610451aCopy full SHA for 610451a
3 files changed
public/layout/favicon.png
33.3 KB
public/layout/favicon.svg
src/layouts/global.astro
@@ -38,6 +38,7 @@ const ogImage = new URL(frontmatter?.cover ?? "/layout/icon.png", siteUrl).toStr
38
<meta name="description" content={fullDescription} />
39
<meta name="viewport" content="width=device-width, initial-scale=1" />
40
<link rel="icon" type="image/svg+xml" href="/layout/favicon.svg" />
41
+ <link rel="icon" type="image/png" href="/layout/favicon.png" />
42
<link rel="alternate" type="application/rss+xml" title="moq.dev RSS Feed" href={new URL("rss.xml", Astro.site)} />
43
<meta name="generator" content={Astro.generator} />
44
<title>{fullTitle}</title>
0 commit comments