mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update favicon
This commit is contained in:
parent
1fd394ed50
commit
c3f3cd4e6f
@ -12,19 +12,17 @@ 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: Metadata = {
|
||||
title: {
|
||||
default: "ProxMenux",
|
||||
template: "%s | ProxMenux",
|
||||
},
|
||||
description,
|
||||
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" }],
|
||||
authors: { name: "MacRimi" },
|
||||
creator: "MacRimi",
|
||||
publisher: "MacRimi",
|
||||
description,
|
||||
favicon: "/favicon.ico",
|
||||
formatDetection: {
|
||||
email: false,
|
||||
address: false,
|
||||
@ -34,8 +32,7 @@ const description =
|
||||
openGraph: {
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
url: `https://macrimi.github.io${basePath}/`,
|
||||
siteName: "ProxMenux",
|
||||
url: "/main.png",
|
||||
images: [
|
||||
{
|
||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||
@ -44,19 +41,7 @@ const description =
|
||||
locale: "en_US",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
images: [`https://macrimi.github.io${basePath}/main.png`],
|
||||
},
|
||||
icons: {
|
||||
icon: "/favicon.ico",
|
||||
shortcut: "/favicon.ico",
|
||||
apple: "/apple-touch-icon.png",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@ -72,12 +57,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user