Skip to content

Commit 2c5ae76

Browse files
committed
fix: favicon
1 parent 911ff65 commit 2c5ae76

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

apps/front/src/app/layout.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ export const metadata: Metadata = {
6868
images: [DEFAULT_OG_IMAGE_URL],
6969
},
7070
icons: {
71-
icon: [
72-
{ url: '/favicon.ico', type: 'image/x-icon' },
73-
{ url: '/favicon.svg', type: 'image/svg+xml' },
74-
],
75-
shortcut: '/favicon.ico',
71+
icon: [{ url: '/favicon.svg', type: 'image/svg+xml' }],
72+
shortcut: '/favicon.svg',
7673
},
7774
manifest: '/manifest.webmanifest',
7875
category: 'technology',

0 commit comments

Comments
 (0)