From a0edca338509107c9ddb28cfe06a0e1144001a28 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 2 Jun 2025 17:59:13 +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 fd0cb10..e32c763 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -19,7 +19,7 @@ export default defineNuxtConfig({ head: { meta: [ { - name: "mobile-web-app-capable", + name: "mobile-web-app-capable" , content: "yes", }, ],