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

View File

@ -15,18 +15,19 @@ export const metadata: Metadata = {
...siteMetadata.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.", description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
images: [ images: [{
{ url: 'https://macrimi.github.io/ProxMenux/main.png',
url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`,
width: 1363, width: 1363,
height: 735, height: 735,
}, alt: 'ProxMenux '
}]
}, },
twitter: { twitter: {
...siteMetadata.twitter, ...siteMetadata.twitter,
title: "ProxMenux", title: "ProxMenux",
description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.", 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() { export default function Home() {