diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 649af15..8018ec8 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -135,8 +135,9 @@ useHead({ }, link: [ { rel: 'manifest', href: '/manifest.webmanifest' }, + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico', sizes: '48x48' }, { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }, - { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' } + { rel: 'apple-touch-icon', href: '/apple-touch-icon.png', sizes: '180x180' } ], meta: [ { name: 'theme-color', content: '#00DC82' }, diff --git a/nuxt4/public/favicon.ico b/nuxt4/public/favicon.ico index 18993ad..96de01e 100644 Binary files a/nuxt4/public/favicon.ico and b/nuxt4/public/favicon.ico differ diff --git a/nuxt4/public/icon.svg b/nuxt4/public/icon.svg index 78be13e..5a2ff97 100644 --- a/nuxt4/public/icon.svg +++ b/nuxt4/public/icon.svg @@ -1,32 +1,95 @@ - - + - - - + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +