mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
fix: remplacer le favicon WebP par un favicon ICO
This commit is contained in:
@@ -28,8 +28,8 @@ export default defineNuxtConfig({
|
||||
},
|
||||
titleTemplate: '%s %separator %siteName',
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' },
|
||||
{ rel: 'apple-touch-icon', href: '/favicon.webp' }
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{ rel: 'apple-touch-icon', href: '/favicon.ico' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user