From 893e57611ba9e3b0b9134f8597c1db049de4c0ff Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 5 Dec 2025 13:14:50 -0600 Subject: [PATCH] fix: renombrar app a NucleoV3 --- nuxt4/app/app.vue | 1 + nuxt4/nuxt.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 8018ec8..efcb858 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -130,6 +130,7 @@ onMounted(() => { // Configurar meta tags para PWA useHead({ + title: 'NucleoV3', htmlAttrs: { lang: 'es' }, diff --git a/nuxt4/nuxt.config.ts b/nuxt4/nuxt.config.ts index 8237d1c..a7dd68c 100644 --- a/nuxt4/nuxt.config.ts +++ b/nuxt4/nuxt.config.ts @@ -39,8 +39,8 @@ export default defineNuxtConfig({ includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'icon.svg', 'offline.html'], manifest: { id: '/?app=inicio', - name: 'Perfil Nucleo', - short_name: 'Perfil', + name: 'NucleoV3', + short_name: 'NucleoV3', description: 'Gestiona tu perfil de usuario y accede a tus aplicaciones de Nucleo', lang: 'es', dir: 'ltr',