Skip to content

Commit 9e8961b

Browse files
rsbhclaude
andauthored
feat: add favicon links from public folder (#75)
Supports favicon.ico and favicon.svg from the public directory. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fcc3f26 commit 9e8961b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/chronicle/src/server/entry-server.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export default {
115115
<head>
116116
<meta charSet="UTF-8" />
117117
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
118+
<link rel="icon" href="/favicon.ico" />
119+
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
118120
{assets.css.map((attr: { href: string }) => (
119121
<link key={attr.href} rel="stylesheet" {...attr} />
120122
))}

0 commit comments

Comments
 (0)