We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab5473 commit 290609cCopy full SHA for 290609c
public/site.webmanifest
src/app/layout.tsx
@@ -14,7 +14,16 @@ export const metadata: Metadata = {
14
description:
15
"TheNextLvl is a community-driven Minecraft server that provides a safe and fun environment for players of all ages.",
16
icons: {
17
- icon: "/favicon.ico",
+ 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
+ ]
27
},
28
}
29
0 commit comments