Skip to content

Commit eb076bb

Browse files
committed
feat: 添加 favicon.ico 并在 layout.tsx 中更新图标配置
1 parent 3381b40 commit eb076bb

File tree

8 files changed

+3
-5
lines changed

8 files changed

+3
-5
lines changed

public/favicon.ico

76 KB
Binary file not shown.

public/file.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/globe.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/favicon.ico

-25.3 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import "./globals.css";
55
export const metadata: Metadata = {
66
title: "RSS1102 - Blog & Portfolio",
77
description: "RSS1102 的技术博客 — 前端工程、性能与工程化心得的分享。",
8+
icons: {
9+
icon: '/favicon.ico',
10+
},
811
openGraph: {
912
title: "RSS1102 - Blog & Portfolio",
1013
description: "RSS1102 的技术博客 — 前端工程、性能与工程化心得的分享。",

0 commit comments

Comments
 (0)