Agregar apple-touch-icon.png estándar para iOS/Safari
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user