mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-02 22:16:54 +00:00
Update
This commit is contained in:
parent
eae7dff2a0
commit
4e4b47f322
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user