From a88d836dcab9d344efeab1cbb81d8e433f75759a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 18:15:09 +0100 Subject: [PATCH] update --- web/app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 4afc5cf..dfc2b72 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -39,8 +39,6 @@ const description = images: [ { url: `https://macrimi.github.io${basePath}/main.png`, - width: 1200, - height: 630, }, ], locale: "en_US", @@ -59,7 +57,7 @@ const description = ], apple: [{ url: "/apple-touch-icon.png" }], }, - + } export default function RootLayout({ children,