mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update
This commit is contained in:
parent
a021e5abf3
commit
ce0fe66da4
@ -25,13 +25,12 @@ const description =
|
|||||||
authors: [{ name: "MacRimi" }],
|
authors: [{ name: "MacRimi" }],
|
||||||
creator: "MacRimi",
|
creator: "MacRimi",
|
||||||
publisher: "MacRimi",
|
publisher: "MacRimi",
|
||||||
favicon: "/app/favicon.ico",
|
|
||||||
formatDetection: {
|
formatDetection: {
|
||||||
email: false,
|
email: false,
|
||||||
address: false,
|
address: false,
|
||||||
telephone: false,
|
telephone: false,
|
||||||
},
|
},
|
||||||
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
description,
|
||||||
@ -42,13 +41,11 @@ const description =
|
|||||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
alt: "ProxMenux Dashboard Preview",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
locale: "en_US",
|
locale: "en_US",
|
||||||
type: "website",
|
type: "website",
|
||||||
},
|
},
|
||||||
|
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
@ -57,11 +54,12 @@ const description =
|
|||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
{ url: "/favicon.ico", sizes: "any" },
|
{ url: "/app/favicon.ico", sizes: "any" },
|
||||||
{ url: "/icon.svg", type: "image/svg+xml" },
|
{ url: "/icon.svg", type: "image/svg+xml" },
|
||||||
],
|
],
|
||||||
apple: [{ url: "/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