Skip to content

Commit 3d9e032

Browse files
lollipop-onlclaude
andcommitted
docs: add favicon.ico and explicit icon meta tags
Generate favicon.ico (16x16, 32x32, 48x48) from favicon.svg with #48b18e fill color. Add explicit <link rel="icon"> tags for both ICO and SVG formats in Starlight head config for broader browser compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 356c941 commit 3d9e032

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

apps/docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ export default defineConfig({
3333
root: { label: "日本語", lang: "ja" },
3434
},
3535
head: [
36+
{
37+
tag: "link",
38+
attrs: { rel: "icon", href: "/bee/favicon.ico", sizes: "48x48" },
39+
},
40+
{
41+
tag: "link",
42+
attrs: { rel: "icon", href: "/bee/favicon.svg", type: "image/svg+xml" },
43+
},
3644
{
3745
tag: "meta",
3846
attrs: { property: "og:image", content: "https://nulab.github.io/bee/og-image.png" },

apps/docs/public/favicon.ico

1.96 KB
Binary file not shown.

0 commit comments

Comments
 (0)