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

@@ -1,11 +1,9 @@
import type { Metadata } from 'next'
import type { Metadata } from "next"
const description = "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks."
const description =
"A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks."
export const metadata: Metadata = {
title: "ProxMenux",
description,
generator: "Next.js",
@@ -20,11 +18,11 @@ export const metadata: Metadata = {
address: false,
telephone: false,
},
metadataBase: new URL(`https://macrimi.github.io/ProxMenux/`),
metadataBase: new URL(`https://proxmenux.com`),
openGraph: {
title: "ProxMenux",
description,
url: `https://macrimi.github.io/ProxMenux/`,
url: `https://proxmenux.com`,
siteName: "ProxMenux",
images: [
{
@@ -49,4 +47,4 @@ export const metadata: Metadata = {
],
apple: [{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public//apple-touch-icon.png" }],
},
}
}