mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-16 20:26:53 +00:00
Update
This commit is contained in:
parent
4e4b47f322
commit
5e521086e0
@ -1,6 +1,6 @@
|
|||||||
import dynamic from "next/dynamic"
|
import dynamic from "next/dynamic"
|
||||||
import type { Metadata } from "next"
|
import type { Metadata } from "next"
|
||||||
import { metadata as siteMetadata } from './metadata'
|
import { metadata as siteMetadata } from "./metadata"
|
||||||
|
|
||||||
const Hero = dynamic(() => import("@/components/hero"), { ssr: false })
|
const Hero = dynamic(() => import("@/components/hero"), { ssr: false })
|
||||||
const Resources = dynamic(() => import("@/components/resources"), { ssr: false })
|
const Resources = dynamic(() => import("@/components/resources"), { ssr: false })
|
||||||
@ -10,24 +10,29 @@ const Footer = dynamic(() => import("@/components/footer"), { ssr: false })
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
...siteMetadata,
|
...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.",
|
description:
|
||||||
|
"A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
|
||||||
openGraph: {
|
openGraph: {
|
||||||
...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:
|
||||||
images: [{
|
"A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
|
||||||
url: 'https://macrimi.github.io/ProxMenux/main.png',
|
images: [
|
||||||
width: 1363,
|
{
|
||||||
height: 735,
|
url: "https://macrimi.github.io/ProxMenux/main.png",
|
||||||
alt: 'ProxMenux '
|
width: 1363,
|
||||||
}]
|
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:
|
||||||
images: [`https://macrimi.github.io/ProxMenux/main.png`]
|
"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() {
|
||||||
@ -40,3 +45,4 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user