mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: mettre à jour l'icône du site en remplaçant le favicon par une version WebP
This commit is contained in:
@@ -8,7 +8,7 @@ useHead({
|
|||||||
separator: '•'
|
separator: '•'
|
||||||
},
|
},
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user