Compare commits

...

2 Commits

Author SHA1 Message Date
DeepAgent
fa4b6b5cfe Add custom favicon.ico and update icon configuration in layout 2025-11-25 08:18:52 +00:00
DeepAgent
8ada27d393 Fix first service card image 2025-11-13 09:55:16 +00:00
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