mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update
This commit is contained in:
@@ -1,48 +1,13 @@
|
||||
import "./globals.css"
|
||||
import { Inter } from "next/font/google"
|
||||
import { Inter } from 'next/font/google'
|
||||
import Navbar from "@/components/navbar"
|
||||
import MouseMoveEffect from "@/components/mouse-move-effect"
|
||||
import type React from "react"
|
||||
import type { Metadata } from "next"
|
||||
import { metadata } from './metadata'
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] })
|
||||
|
||||
const basePath = "/ProxMenux"
|
||||
|
||||
const description =
|
||||
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
||||
|
||||
export const metadata = {
|
||||
title: "ProxMenux",
|
||||
generator: "Next.js",
|
||||
applicationName: "ProxMenux",
|
||||
referrer: "origin-when-cross-origin",
|
||||
keywords: ["Proxmox VE", "VE", "ProxMenux", "MacRimi", "menu-driven", "menu", "scripts", "virtualization"],
|
||||
authors: { name: "MacRimi" },
|
||||
creator: "MacRimi",
|
||||
publisher: "MacRimi",
|
||||
description,
|
||||
favicon: "/favicon.ico",
|
||||
apple: "/apple-touch-icon.png",
|
||||
formatDetection: {
|
||||
email: false,
|
||||
address: false,
|
||||
telephone: false,
|
||||
},
|
||||
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
||||
openGraph: {
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
url: "/main.png",
|
||||
images: [
|
||||
{
|
||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||
},
|
||||
],
|
||||
locale: "en_US",
|
||||
type: "website",
|
||||
},
|
||||
}
|
||||
export { metadata }
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
Reference in New Issue
Block a user