mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +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: '•'
|
||||
},
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
||||
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' }
|
||||
]
|
||||
})
|
||||
</script>
|
||||
|
||||
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user