From da75f32874f59ce2857e6b1c5b9819cf3db6a849 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Mon, 13 Oct 2025 00:56:31 -0600 Subject: [PATCH] Remove tablet screenshot from PWA manifest - Keep only desktop (wide) and mobile (narrow) screenshots - Reduces manifest size and focuses on primary form factors --- nuxt4/nuxt.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nuxt4/nuxt.config.ts b/nuxt4/nuxt.config.ts index d334de2..757afa0 100644 --- a/nuxt4/nuxt.config.ts +++ b/nuxt4/nuxt.config.ts @@ -56,13 +56,6 @@ export default defineNuxtConfig({ form_factor: 'wide', 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', sizes: '614x853',