From ce0fe66da4caa3fa747d78368d103c06e1b25bed Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 18:11:53 +0100 Subject: [PATCH] Update --- web/app/layout.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 6abe91a..4afc5cf 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -25,13 +25,12 @@ const description = authors: [{ name: "MacRimi" }], creator: "MacRimi", publisher: "MacRimi", - favicon: "/app/favicon.ico", formatDetection: { email: false, address: false, telephone: false, }, - metadataBase: new URL(`https://macrimi.github.io${basePath}/`), + metadataBase: new URL(`https://macrimi.github.io${basePath}/`), openGraph: { title: "ProxMenux", description, @@ -42,13 +41,11 @@ const description = url: `https://macrimi.github.io${basePath}/main.png`, width: 1200, height: 630, - alt: "ProxMenux Dashboard Preview", }, ], locale: "en_US", type: "website", }, - twitter: { card: "summary_large_image", title: "ProxMenux", @@ -57,11 +54,12 @@ const description = }, icons: { icon: [ - { url: "/favicon.ico", sizes: "any" }, + { url: "/app/favicon.ico", sizes: "any" }, { url: "/icon.svg", type: "image/svg+xml" }, ], apple: [{ url: "/apple-touch-icon.png" }], - } + }, + export default function RootLayout({ children,