mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update
This commit is contained in:
parent
8247163362
commit
f253a23efc
@ -13,7 +13,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
return (
|
||||
<html lang="en" className="dark">
|
||||
<head>
|
||||
<title>{typeof metadata.title === "string" ? metadata.title : (metadata.title?.default ?? "ProxMenux")}</title>
|
||||
<title>{metadata.title}</title>
|
||||
<meta name="description" content={metadata.description} />
|
||||
<meta name="application-name" content={metadata.applicationName} />
|
||||
<meta name="author" content={metadata.authors?.[0]?.name} />
|
||||
|
@ -5,10 +5,8 @@ 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."
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
default: "ProxMenux",
|
||||
template: "%s | ProxMenux",
|
||||
},
|
||||
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
generator: "Next.js",
|
||||
applicationName: "ProxMenux",
|
||||
|
Loading…
x
Reference in New Issue
Block a user