mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update
This commit is contained in:
parent
86f89b8777
commit
eae7dff2a0
@ -2,7 +2,7 @@ import type { Metadata } from 'next'
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
const description = "A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
const description = "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks."
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: {
|
title: {
|
||||||
|
@ -7,6 +7,27 @@ const Resources = dynamic(() => import("@/components/resources"), { ssr: false }
|
|||||||
const SupportProject = dynamic(() => import("@/components/support-project"), { ssr: false })
|
const SupportProject = dynamic(() => import("@/components/support-project"), { ssr: false })
|
||||||
const Footer = dynamic(() => import("@/components/footer"), { 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() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user