fix: unificar iconos PWA y corregir favicon
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
2025-12-05 13:06:07 -06:00
parent cf00b0340e
commit eeaf64e9f4
3 changed files with 87 additions and 23 deletions

View File

@@ -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' },