fix: renombrar app a NucleoV3
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 58s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 58s
This commit is contained in:
@@ -130,6 +130,7 @@ onMounted(() => {
|
||||
|
||||
// Configurar meta tags para PWA
|
||||
useHead({
|
||||
title: 'NucleoV3',
|
||||
htmlAttrs: {
|
||||
lang: 'es'
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user