fix(PWA): icons
This commit is contained in:
@@ -16,12 +16,28 @@ export const metadata: Metadata = {
|
||||
],
|
||||
apple: [
|
||||
{
|
||||
url: "/favicon.svg",
|
||||
type: "image/svg+xml",
|
||||
url: "/images/icons/apple-icon-180x180.png",
|
||||
sizes: "180x180",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
url: "/images/icons/apple-icon-167x167.png",
|
||||
sizes: "167x167",
|
||||
type: "image/png",
|
||||
},
|
||||
{
|
||||
url: "/images/icons/apple-icon-152x152.png",
|
||||
sizes: "152x152",
|
||||
type: "image/png",
|
||||
},
|
||||
],
|
||||
},
|
||||
manifest: "/manifest.json",
|
||||
appleWebApp: {
|
||||
capable: true,
|
||||
statusBarStyle: "default",
|
||||
title: "StripStream",
|
||||
},
|
||||
};
|
||||
|
||||
// Composant client séparé pour le layout
|
||||
|
||||
Reference in New Issue
Block a user