Skip to content

Commit 34f7a75

Browse files
committed
feat: add favicon to site metadata
- Add Favicon.svg to public folder - Configure favicon in Next.js metadata
1 parent 6e7f850 commit 34f7a75

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/web/src/app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ const geistMono = Geist_Mono({
3737
export const metadata: Metadata = {
3838
title: "ACP Protocol",
3939
description: "AI Context Protocol - A machine-readable context protocol for AI-assisted development",
40+
icons: {
41+
icon: "/Favicon.svg",
42+
},
4043
};
4144

4245
/**

0 commit comments

Comments
 (0)