From 659e91ffd1b5bc0df1adeb2bc1f9e241d4250d0a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 18:18:27 +0100 Subject: [PATCH] Update --- web/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index dfc2b72..b3e785c 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -25,6 +25,7 @@ const description = authors: [{ name: "MacRimi" }], creator: "MacRimi", publisher: "MacRimi", + favicon: "/app/favicon.ico", formatDetection: { email: false, address: false, @@ -52,7 +53,6 @@ const description = }, icons: { icon: [ - { url: "/app/favicon.ico", sizes: "any" }, { url: "/icon.svg", type: "image/svg+xml" }, ], apple: [{ url: "/apple-touch-icon.png" }],