Agregar apple-touch-icon.png estándar para iOS/Safari
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s

This commit is contained in:
2025-10-17 05:35:36 -06:00
parent 0930aaa699
commit f4d4f643a8
2 changed files with 2 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ export default defineNuxtConfig({
head: {
link: [
{ rel: 'icon', type: 'image/png', href: `${process.env.BASE_URL || ''}/icons/icon-192.png` },
{ rel: 'apple-touch-icon', sizes: '192x192', href: `${process.env.BASE_URL || ''}/icons/icon-192.png` },
{ rel: 'apple-touch-icon', sizes: '192x192', href: `${process.env.BASE_URL || ''}/apple-touch-icon.png` },
{ rel: 'manifest', href: `${process.env.BASE_URL || ''}/manifest.webmanifest` }
],
meta: [
@@ -142,6 +142,7 @@ export default defineNuxtConfig({
},
includeAssets: [
'favicon.ico',
'apple-touch-icon.png',
'icons/icon-192.png',
'icons/icon-512.png',
'icons/icon-192-maskable.png',