mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
update
This commit is contained in:
parent
dad02aac90
commit
263b8e2fa2
@ -12,17 +12,19 @@ const basePath = "/ProxMenux"
|
|||||||
const description =
|
const description =
|
||||||
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "ProxMenux",
|
title: {
|
||||||
|
default: "ProxMenux",
|
||||||
|
template: "%s | ProxMenux",
|
||||||
|
},
|
||||||
|
description,
|
||||||
generator: "Next.js",
|
generator: "Next.js",
|
||||||
applicationName: "ProxMenux",
|
applicationName: "ProxMenux",
|
||||||
referrer: "origin-when-cross-origin",
|
referrer: "origin-when-cross-origin",
|
||||||
keywords: ["Proxmox VE", "VE", "ProxMenux", "MacRimi", "menu-driven", "menu", "scripts", "virtualization"],
|
keywords: ["Proxmox VE", "VE", "ProxMenux", "MacRimi", "menu-driven", "menu", "scripts", "virtualization"],
|
||||||
authors: { name: "MacRimi" },
|
authors: [{ name: "MacRimi" }],
|
||||||
creator: "MacRimi",
|
creator: "MacRimi",
|
||||||
publisher: "MacRimi",
|
publisher: "MacRimi",
|
||||||
description,
|
|
||||||
favicon: "/app/favicon.ico",
|
|
||||||
formatDetection: {
|
formatDetection: {
|
||||||
email: false,
|
email: false,
|
||||||
address: false,
|
address: false,
|
||||||
@ -32,15 +34,33 @@ const description =
|
|||||||
openGraph: {
|
openGraph: {
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
description,
|
||||||
url: "/main.png",
|
url: `https://macrimi.github.io${basePath}/`,
|
||||||
|
siteName: "ProxMenux",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||||
|
width: 1200,
|
||||||
|
height: 630,
|
||||||
|
alt: "ProxMenux Dashboard Preview",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
locale: "en_US",
|
locale: "en_US",
|
||||||
type: "website",
|
type: "website",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
twitter: {
|
||||||
|
card: "summary_large_image",
|
||||||
|
title: "ProxMenux",
|
||||||
|
description,
|
||||||
|
images: [`https://macrimi.github.io${basePath}/main.png`],
|
||||||
|
},
|
||||||
|
icons: {
|
||||||
|
icon: [
|
||||||
|
{ url: "/favicon.ico", sizes: "any" },
|
||||||
|
{ url: "/icon.svg", type: "image/svg+xml" },
|
||||||
|
],
|
||||||
|
apple: [{ url: "/apple-touch-icon.png" }],
|
||||||
|
favicon: "/app/favicon.ico",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user