Fix: Eliminar referencias a icon.svg inexistente
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m8s

This commit is contained in:
2025-10-19 03:47:01 -06:00
parent 3ea68b195a
commit 387727606a
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ const themeColor = computed(() => getCurrentColors.value.background)
useHead({
link: [
{ rel: 'manifest', href: '/manifest.webmanifest' },
{ rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' },
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }
],
meta: [