Remove tablet screenshot from PWA manifest
- Keep only desktop (wide) and mobile (narrow) screenshots - Reduces manifest size and focuses on primary form factors
This commit is contained in:
@@ -56,13 +56,6 @@ export default defineNuxtConfig({
|
|||||||
form_factor: 'wide',
|
form_factor: 'wide',
|
||||||
label: 'Pantalla principal en escritorio'
|
label: 'Pantalla principal en escritorio'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
src: '/screenshots/tablet-1.png',
|
|
||||||
sizes: '768x1024',
|
|
||||||
type: 'image/png',
|
|
||||||
form_factor: 'narrow',
|
|
||||||
label: 'Pantalla principal en tablet'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: '/screenshots/mobile-1.png',
|
src: '/screenshots/mobile-1.png',
|
||||||
sizes: '614x853',
|
sizes: '614x853',
|
||||||
|
|||||||
Reference in New Issue
Block a user