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',