diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 903fe90..1c2c23d 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -22,7 +22,6 @@ const themeColor = computed(() => getCurrentColors.value.background) useHead({ link: [ { rel: 'manifest', href: '/manifest.webmanifest' }, - { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }, { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' } ], meta: [ diff --git a/nuxt4/nuxt.config.ts b/nuxt4/nuxt.config.ts index c7938a1..0b53cf1 100644 --- a/nuxt4/nuxt.config.ts +++ b/nuxt4/nuxt.config.ts @@ -22,7 +22,7 @@ export default defineNuxtConfig({ pwa: { registerType: 'autoUpdate', - includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'icon.svg', 'offline.html'], + includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'offline.html'], manifest: { id: '/?app=riocata', name: 'RioCata - Sistema de Catación de Café',