1
0

Add apple touch icon to head (#1453)

This commit is contained in:
Mysterious_Dev
2024-01-18 17:57:20 +01:00
committed by GitHub
parent 03242942c2
commit 071ecb284e

View File

@@ -66,6 +66,9 @@ export default defineNuxtConfig({
...Object.entries(favicons).map(([media, href]): object => {
return { rel: 'icon', type: 'image/x-icon', href, media }
}),
...Object.entries(favicons).map(([media, href]): object => {
return { rel: 'apple-touch-icon', type: 'image/x-icon', href, media, sizes: '64x64' }
}),
{
rel: 'search',
type: 'application/opensearchdescription+xml',