diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index c061103..fd0cb10 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -19,7 +19,7 @@ export default defineNuxtConfig({ head: { meta: [ { - name: "apple-mobile-web-app-capable", + name: "mobile-web-app-capable", content: "yes", }, ],