diff --git a/web/app/page.tsx b/web/app/page.tsx index 9d99770..e4a1e10 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -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() {