From 4254e24b210300baef58b859942051f409bafe51 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 2 Jun 2025 20:45:16 +0330 Subject: [PATCH] Updated --- frontend/nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 2233098..638466f 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -26,7 +26,8 @@ export default defineNuxtConfig({ link: [ { rel: "apple-touch-icon", - href: "/logo/apple-icon-180.png", + sizes: "180x180", + href: "/logo/logo-test.png", }, ], },