mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update
This commit is contained in:
parent
b199c9a49a
commit
f20e0a9412
@ -7,7 +7,7 @@ export default function DocsLayout({ children }: { children: React.ReactNode })
|
|||||||
<div className="flex flex-col min-h-screen bg-white text-gray-900">
|
<div className="flex flex-col min-h-screen bg-white text-gray-900">
|
||||||
<div className="flex flex-col lg:flex-row flex-1 pt-16 lg:pt-0">
|
<div className="flex flex-col lg:flex-row flex-1 pt-16 lg:pt-0">
|
||||||
<DocSidebar />
|
<DocSidebar />
|
||||||
<main className="flex-1 p-4 lg:p-6 pt-16 lg:pt-6 overflow-y-auto">
|
<main className="flex-1 p-4 lg:p-6 pt-6 lg:pt-6 overflow-y-auto">
|
||||||
<div className="max-w-3xl mx-auto">{children}</div>
|
<div className="max-w-3xl mx-auto">{children}</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,16 +12,17 @@ const basePath = "/ProxMenux"
|
|||||||
const description =
|
const description =
|
||||||
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata = {
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
|
||||||
generator: "Next.js",
|
generator: "Next.js",
|
||||||
applicationName: "ProxMenux",
|
applicationName: "ProxMenux",
|
||||||
referrer: "origin-when-cross-origin",
|
referrer: "origin-when-cross-origin",
|
||||||
keywords: ["Proxmox VE", "ProxMenux", "menu-driven", "script", "management", "virtualization"],
|
keywords: ["Proxmox VE", "VE", "ProxMenux", "MacRimi", "menu-driven", "menu", "scripts", "virtualization"],
|
||||||
authors: { name: "MacRimi" },
|
authors: { name: "MacRimi" },
|
||||||
creator: "MacRimi",
|
creator: "MacRimi",
|
||||||
publisher: "MacRimi",
|
publisher: "MacRimi",
|
||||||
|
description,
|
||||||
|
favicon: "/app/favicon.ico",
|
||||||
formatDetection: {
|
formatDetection: {
|
||||||
email: false,
|
email: false,
|
||||||
address: false,
|
address: false,
|
||||||
@ -31,7 +32,7 @@ export const metadata: Metadata = {
|
|||||||
openGraph: {
|
openGraph: {
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
description,
|
||||||
url: `https://macrimi.github.io${basePath}/`,
|
url: "/main.png",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||||
@ -40,21 +41,7 @@ export const metadata: Metadata = {
|
|||||||
locale: "en_US",
|
locale: "en_US",
|
||||||
type: "website",
|
type: "website",
|
||||||
},
|
},
|
||||||
twitter: {
|
}
|
||||||
card: "summary_large_image",
|
|
||||||
title: "ProxMenux",
|
|
||||||
description,
|
|
||||||
images: [`https://macrimi.github.io${basePath}/main.png`],
|
|
||||||
},
|
|
||||||
icons: {
|
|
||||||
icon: [
|
|
||||||
{ url: "/favicon.ico", sizes: "any" },
|
|
||||||
{ url: "/icon.svg", type: "image/svg+xml" },
|
|
||||||
{ url: "/icon.png", type: "image/png" },
|
|
||||||
],
|
|
||||||
apple: [{ url: "/apple-touch-icon.png" }],
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@ -72,3 +59,10 @@ export default function RootLayout({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user