mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 14:21:15 +00:00
Update
This commit is contained in:
@@ -7,6 +7,27 @@ const Resources = dynamic(() => import("@/components/resources"), { ssr: false }
|
||||
const SupportProject = dynamic(() => import("@/components/support-project"), { ssr: false })
|
||||
const Footer = dynamic(() => import("@/components/footer"), { ssr: false })
|
||||
|
||||
export const metadata: Metadata = {
|
||||
...siteMetadata,
|
||||
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",
|
||||
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,
|
||||
},
|
||||
},
|
||||
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.",
|
||||
},
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user