Fix: Eliminar referencias a icon.svg inexistente
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s
This commit is contained in:
@@ -22,7 +22,6 @@ const themeColor = computed(() => getCurrentColors.value.background)
|
|||||||
useHead({
|
useHead({
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'manifest', href: '/manifest.webmanifest' },
|
{ rel: 'manifest', href: '/manifest.webmanifest' },
|
||||||
{ rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' },
|
|
||||||
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }
|
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }
|
||||||
],
|
],
|
||||||
meta: [
|
meta: [
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
pwa: {
|
pwa: {
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'icon.svg', 'offline.html'],
|
includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'offline.html'],
|
||||||
manifest: {
|
manifest: {
|
||||||
id: '/?app=riocata',
|
id: '/?app=riocata',
|
||||||
name: 'RioCata - Sistema de Catación de Café',
|
name: 'RioCata - Sistema de Catación de Café',
|
||||||
|
|||||||
Reference in New Issue
Block a user