This commit is contained in:
MacRimi 2025-02-18 21:27:53 +01:00
parent eae7dff2a0
commit 4e4b47f322

View File

@ -9,24 +9,25 @@ const Footer = dynamic(() => import("@/components/footer"), { ssr: false })
export const metadata: Metadata = {
...siteMetadata,
title: "ProxMenux",
title: "ProxMenux ",
description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
openGraph: {
...siteMetadata.openGraph,
title: "ProxMenux",
title: "ProxMenux ",
description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
images: [
{
url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`,
width: 1363,
height: 735,
},
images: [{
url: 'https://macrimi.github.io/ProxMenux/main.png',
width: 1363,
height: 735,
alt: 'ProxMenux '
}]
},
twitter: {
...siteMetadata.twitter,
title: "ProxMenux",
description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
},
images: [`https://macrimi.github.io/ProxMenux/main.png`]
}
}
export default function Home() {