Skip to content

Commit a77258f

Browse files
fix(favicon): remove SVG favicon and add ICO favicon for better compatibility
1 parent 0566434 commit a77258f

File tree

3 files changed

+2
-117
lines changed

3 files changed

+2
-117
lines changed

src/app/favicon.ico

4.19 KB
Binary file not shown.

src/app/favicon.svg

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export const metadata: Metadata = {
99
title: "Match Vault",
1010
description: "Generated by creator",
1111
icons: {
12-
icon: "/favicon.svg",
12+
icon: [{ url: "/favicon.svg", type: "image/svg+xml" }],
13+
shortcut: "/favicon.svg",
1314
},
1415
};
1516

0 commit comments

Comments
 (0)