Use the full seal for the favicon at every size

This commit is contained in:
2026-08-25 13:31:27 +02:00
parent 4e8d1a892e
commit 9256def085
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default defineNuxtConfig({
titleTemplate: `%s · ${SITE_NAME}`,
meta: [{ name: 'viewport', content: 'width=device-width, initial-scale=1' }],
link: [
{ rel: 'icon', href: '/favicon.ico', sizes: '48x48' },
{ rel: 'icon', href: '/favicon.ico', sizes: '16x16 32x32 48x48 64x64' },
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
],
},
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 14 KiB