diff --git a/web/app/layout.tsx b/web/app/layout.tsx index b3e785c..698e6ab 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -25,7 +25,6 @@ const description = authors: [{ name: "MacRimi" }], creator: "MacRimi", publisher: "MacRimi", - favicon: "/app/favicon.ico", formatDetection: { email: false, address: false, @@ -53,6 +52,7 @@ const description = }, icons: { icon: [ + { url: "/favicon.ico", sizes: "any" }, { url: "/icon.svg", type: "image/svg+xml" }, ], apple: [{ url: "/apple-touch-icon.png" }],