diff --git a/nuxt.config.ts b/nuxt.config.ts index 5602c706f..23517d2f7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -87,7 +87,10 @@ export default defineNuxtConfig({ htmlAttrs: { lang: 'en', }, - link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], + link: [ + { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, + { rel: 'apple-touch-icon', href: '/apple-touch-icon.ico' }, + ], meta: [ { name: 'apple-mobile-web-app-status-bar-style',