From 179d8f092cd472e857c38875bd43c71fcda111c5 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 1 Mar 2025 17:39:09 +0100 Subject: [PATCH] update --- web/app/docs/post-install/system/page.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/web/app/docs/post-install/system/page.tsx b/web/app/docs/post-install/system/page.tsx index a3bcfdd..d8cc33c 100644 --- a/web/app/docs/post-install/system/page.tsx +++ b/web/app/docs/post-install/system/page.tsx @@ -5,7 +5,28 @@ export const metadata: Metadata = { title: "ProxMenux Post-Install: System Settings", description: "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", - // ... (rest of the metadata remains the same) + openGraph: { + title: "ProxMenux Post-Install: System Settings", + description: + "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", + type: "article", + url: "https://macrimi.github.io/ProxMenux/docs/post-install/system", + images: [ + { + url: "https://macrimi.github.io/ProxMenux/system-settings-image.png", + width: 1200, + height: 630, + alt: "ProxMenux Post-Install System Settings", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "ProxMenux Post-Install: System Settings", + description: + "Detailed guide to the System Settings category in the ProxMenux post-install script for Proxmox VE optimization.", + images: ["https://macrimi.github.io/ProxMenux/system-settings-image.png"], + }, } export default function SystemSettingsPage() {