From 1fd394ed5098df8d7ce37acea603c5e79aba0098 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 18:43:02 +0100 Subject: [PATCH] Update favicon --- web/app/layout.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 698e6ab..ac6623f 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -51,13 +51,12 @@ const description = images: [`https://macrimi.github.io${basePath}/main.png`], }, icons: { - icon: [ - { url: "/favicon.ico", sizes: "any" }, - { url: "/icon.svg", type: "image/svg+xml" }, - ], - apple: [{ url: "/apple-touch-icon.png" }], + icon: "/favicon.ico", + shortcut: "/favicon.ico", + apple: "/apple-touch-icon.png", }, } + export default function RootLayout({ children,