From b3d1cc6b89e5b6a53e8c1a3876be40c6e48fa96d Mon Sep 17 00:00:00 2001 From: Ali Piry Date: Mon, 7 Aug 2023 15:25:13 +0330 Subject: [PATCH] chore --- src/app/layout.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c393358..2da795e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,6 +17,10 @@ export const metadata = { }, description: "NextJS starter template", keywords: ["Roqqet Media", "Nextjs", "Starter", "App Router"], + themeColor: "white", + formatDetection: { + telephone: false, + }, metadataBase: new URL(SITE_URL), openGraph: { title: "Roqqet Media",