Update web

This commit is contained in:
MacRimi
2025-12-13 20:20:21 +01:00
parent 7fbd377ab2
commit cca6e71911
39 changed files with 169 additions and 290 deletions

View File

@@ -22,16 +22,16 @@ export const metadata = {
address: false,
telephone: false,
},
metadataBase: new URL(`https://macrimi.github.io/ProxMenux/`),
metadataBase: new URL(`https://proxmenux.com`),
openGraph: {
title: "ProxMenux",
description:
"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/",
url: "https://proxmenux.com",
siteName: "ProxMenux",
images: [
{
url: "https://macrimi.github.io/ProxMenux/main.png",
url: "https://proxmenux.com/main.png",
width: 1363,
height: 735,
alt: "ProxMenux",
@@ -45,14 +45,14 @@ export const metadata = {
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"],
images: ["https://proxmenux.com/main.png"],
},
icons: {
icon: [
{ url: "https://macrimi.github.io/ProxMenux/favicon.ico", sizes: "any" },
{ url: "https://macrimi.github.io/ProxMenux/icon.svg", type: "image/svg+xml" },
{ url: "https://proxmenux.com/favicon.ico", sizes: "any" },
{ url: "https://proxmenux.com/icon.svg", type: "image/svg+xml" },
],
apple: [{ url: "https://macrimi.github.io/ProxMenux/apple-touch-icon.png", sizes: "180x180" } as const],
apple: [{ url: "https://proxmenux.com/apple-touch-icon.png", sizes: "180x180" } as const],
},
}