Add custom favicon.ico and update icon configuration in layout

This commit is contained in:
DeepAgent
2025-11-25 08:18:52 +00:00
parent 8ada27d393
commit fa4b6b5cfe
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,8 +23,12 @@ export const metadata: Metadata = {
type: 'website',
},
icons: {
icon: '/favicon.svg',
shortcut: '/favicon.svg',
icon: [
{ url: '/favicon.ico', sizes: 'any' },
{ url: '/favicon.svg', type: 'image/svg+xml' },
],
shortcut: '/favicon.ico',
apple: '/favicon.ico',
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB