fix: unificar iconos PWA y corregir favicon
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
@@ -135,8 +135,9 @@ useHead({
|
||||
},
|
||||
link: [
|
||||
{ rel: 'manifest', href: '/manifest.webmanifest' },
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico', sizes: '48x48' },
|
||||
{ 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', sizes: '180x180' }
|
||||
],
|
||||
meta: [
|
||||
{ name: 'theme-color', content: '#00DC82' },
|
||||
|
||||
Reference in New Issue
Block a user