mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-03 06:26:52 +00:00
Update favicon
This commit is contained in:
parent
fabd45f911
commit
1fd394ed50
@ -51,14 +51,13 @@ const description =
|
|||||||
images: [`https://macrimi.github.io${basePath}/main.png`],
|
images: [`https://macrimi.github.io${basePath}/main.png`],
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: "/favicon.ico",
|
||||||
{ url: "/favicon.ico", sizes: "any" },
|
shortcut: "/favicon.ico",
|
||||||
{ url: "/icon.svg", type: "image/svg+xml" },
|
apple: "/apple-touch-icon.png",
|
||||||
],
|
|
||||||
apple: [{ url: "/apple-touch-icon.png" }],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: {
|
}: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user