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
|
// Configurar meta tags para PWA
|
||||||
useHead({
|
useHead({
|
||||||
|
title: 'NucleoV3',
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
lang: 'es'
|
lang: 'es'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ export default defineNuxtConfig({
|
|||||||
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'icon.svg', 'offline.html'],
|
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'icon.svg', 'offline.html'],
|
||||||
manifest: {
|
manifest: {
|
||||||
id: '/?app=inicio',
|
id: '/?app=inicio',
|
||||||
name: 'Perfil Nucleo',
|
name: 'NucleoV3',
|
||||||
short_name: 'Perfil',
|
short_name: 'NucleoV3',
|
||||||
description: 'Gestiona tu perfil de usuario y accede a tus aplicaciones de Nucleo',
|
description: 'Gestiona tu perfil de usuario y accede a tus aplicaciones de Nucleo',
|
||||||
lang: 'es',
|
lang: 'es',
|
||||||
dir: 'ltr',
|
dir: 'ltr',
|
||||||
|
|||||||
Reference in New Issue
Block a user