fix: renombrar app a NucleoV3
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 58s

This commit is contained in:
2025-12-05 13:14:50 -06:00
parent a2b50c8b30
commit 893e57611b
2 changed files with 3 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ onMounted(() => {
// Configurar meta tags para PWA
useHead({
title: 'NucleoV3',
htmlAttrs: {
lang: 'es'
},

View File

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