Skip to content

Commit 765d8f0

Browse files
authored
Merge pull request #172 from vim-jp/feature/darkmode-favicon
fix(2025): favicon
2 parents 492f8cf + 11dc257 commit 765d8f0

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

2025/public/favicon.ico

3.14 KB
Binary file not shown.

2025/public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

2025/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const ogImageUrl = ufo.joinURL(BASE_URL, 'og.png');
3737
image: ogImageUrl,
3838
}}
3939
extend={{
40-
link: [{ rel: "icon", href: ufo.joinURL(BASE_URL, "favicon.svg") }],
40+
link: [{ rel: "icon", href: '/favicon.ico' }],
4141
}}
4242
/>
4343
</head>

0 commit comments

Comments
 (0)