mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
update
This commit is contained in:
parent
2ab960d533
commit
179d8f092c
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user