We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911ff65 commit 2c5ae76Copy full SHA for 2c5ae76
1 file changed
apps/front/src/app/layout.tsx
@@ -68,11 +68,8 @@ export const metadata: Metadata = {
68
images: [DEFAULT_OG_IMAGE_URL],
69
},
70
icons: {
71
- icon: [
72
- { url: '/favicon.ico', type: 'image/x-icon' },
73
- { url: '/favicon.svg', type: 'image/svg+xml' },
74
- ],
75
- shortcut: '/favicon.ico',
+ icon: [{ url: '/favicon.svg', type: 'image/svg+xml' }],
+ shortcut: '/favicon.svg',
76
77
manifest: '/manifest.webmanifest',
78
category: 'technology',
0 commit comments