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:
BIN
src/app/favicon.ico
Normal file
BIN
src/app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 602 B |
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user