Skip to content

Commit 290609c

Browse files
committed
chore: remove site.webmanifest and update layout icons for better favicon support
1 parent 5ab5473 commit 290609c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

public/site.webmanifest

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/layout.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ export const metadata: Metadata = {
1414
description:
1515
"TheNextLvl is a community-driven Minecraft server that provides a safe and fun environment for players of all ages.",
1616
icons: {
17-
icon: "/favicon.ico",
17+
icon: [
18+
{ url: "/favicon.ico" },
19+
{ url: "/favicon-16x16.png", sizes: "16x16" },
20+
{ url: "/favicon-32x32.png", sizes: "32x32" },
21+
{ url: "/android-chrome-192x192.png", sizes: "192x192" },
22+
{ url: "/android-chrome-512x512.png", sizes: "512x512" },
23+
],
24+
apple: [
25+
{ url: "/apple-touch-icon.png" }
26+
]
1827
},
1928
}
2029

0 commit comments

Comments
 (0)