feat: add favicon for web/server mode browser tabs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-03 19:03:55 +08:00
parent 4c36369dd2
commit c06e854975
5 changed files with 43 additions and 0 deletions

BIN
src/app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

View File

@@ -16,6 +16,13 @@ const jetbrainsMono = JetBrains_Mono({
export const metadata: Metadata = {
title: "codeg",
description: "AI Coding Agent Conversation Manager",
icons: {
icon: [
{ url: "/icon-32x32.png", sizes: "32x32", type: "image/png" },
{ url: "/icon.svg", type: "image/svg+xml" },
],
apple: { url: "/icon-128x128.png", sizes: "128x128", type: "image/png" },
},
}
export default async function RootLayout({