From d4ea4a217c780b9ce0f25202072f15d232a339c9 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 2 Jun 2025 17:12:31 +0330 Subject: [PATCH] Updated --- frontend/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, ],