diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 032059d..fd0cb10 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -17,12 +17,12 @@ export default defineNuxtConfig({ mode: "out-in", }, head: { - // meta: [ - // { - // name: "mobile-web-app-capable" , - // content: "yes", - // }, - // ], + meta: [ + { + name: "mobile-web-app-capable", + content: "yes", + }, + ], link: [ { rel: "apple-touch-icon", diff --git a/frontend/public/logo/apple-icon-180.png b/frontend/public/logo/apple-icon-180.png index b2f49fe..ce85009 100644 Binary files a/frontend/public/logo/apple-icon-180.png and b/frontend/public/logo/apple-icon-180.png differ diff --git a/frontend/public/logo/manifest-icon-192.maskable.png b/frontend/public/logo/manifest-icon-192.maskable.png index 4bc1803..422ff4d 100644 Binary files a/frontend/public/logo/manifest-icon-192.maskable.png and b/frontend/public/logo/manifest-icon-192.maskable.png differ diff --git a/frontend/public/logo/manifest-icon-512.maskable.png b/frontend/public/logo/manifest-icon-512.maskable.png index 18e9981..9f6907d 100644 Binary files a/frontend/public/logo/manifest-icon-512.maskable.png and b/frontend/public/logo/manifest-icon-512.maskable.png differ