Skip to content

Commit 610451a

Browse files
kixelatedclaude
andauthored
Thicken favicon arrow and bolden M/Q (#101)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f004007 commit 610451a

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

public/layout/favicon.png

33.3 KB
Loading

public/layout/favicon.svg

Lines changed: 5 additions & 5 deletions
Loading

src/layouts/global.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const ogImage = new URL(frontmatter?.cover ?? "/layout/icon.png", siteUrl).toStr
3838
<meta name="description" content={fullDescription} />
3939
<meta name="viewport" content="width=device-width, initial-scale=1" />
4040
<link rel="icon" type="image/svg+xml" href="/layout/favicon.svg" />
41+
<link rel="icon" type="image/png" href="/layout/favicon.png" />
4142
<link rel="alternate" type="application/rss+xml" title="moq.dev RSS Feed" href={new URL("rss.xml", Astro.site)} />
4243
<meta name="generator" content={Astro.generator} />
4344
<title>{fullTitle}</title>

0 commit comments

Comments
 (0)