mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-17 09:36:22 +00:00
Update web
This commit is contained in:
@@ -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" }],
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user