Update web

This commit is contained in:
MacRimi
2025-12-13 21:19:08 +01:00
parent cca6e71911
commit 9e3334d75f
39 changed files with 292 additions and 171 deletions

View File

@@ -1,9 +1,11 @@
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",
@@ -18,11 +20,11 @@ export const metadata: Metadata = {
address: false,
telephone: false,
},
metadataBase: new URL(`https://proxmenux.com`),
metadataBase: new URL(`https://macrimi.github.io/ProxMenux/`),
openGraph: {
title: "ProxMenux",
description,
url: `https://proxmenux.com`,
url: `https://macrimi.github.io/ProxMenux/`,
siteName: "ProxMenux",
images: [
{
@@ -47,4 +49,4 @@ export const metadata: Metadata = {
],
apple: [{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public//apple-touch-icon.png" }],
},
}
}