mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-03 14:26:53 +00:00
Update favicon
This commit is contained in:
parent
d1cbdef38c
commit
86f89b8777
@ -1,6 +1,6 @@
|
|||||||
import type { Metadata } from 'next'
|
import type { Metadata } from 'next'
|
||||||
|
|
||||||
const basePath = "/ProxMenux"
|
|
||||||
|
|
||||||
const description = "A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
const description = "A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
||||||
|
|
||||||
@ -22,15 +22,15 @@ export const metadata: Metadata = {
|
|||||||
address: false,
|
address: false,
|
||||||
telephone: false,
|
telephone: false,
|
||||||
},
|
},
|
||||||
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
metadataBase: new URL(`https://macrimi.github.io/ProxMenux/`),
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
description,
|
||||||
url: `https://macrimi.github.io${basePath}/`,
|
url: `https://macrimi.github.io/ProxMenux/`,
|
||||||
siteName: "ProxMenux",
|
siteName: "ProxMenux",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`,
|
||||||
width: 1363,
|
width: 1363,
|
||||||
height: 735,
|
height: 735,
|
||||||
},
|
},
|
||||||
@ -42,13 +42,13 @@ export const metadata: Metadata = {
|
|||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "ProxMenux",
|
title: "ProxMenux",
|
||||||
description,
|
description,
|
||||||
images: [`https://macrimi.github.io${basePath}/main.png`],
|
images: [`https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`],
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
{ url: "/favicon.ico", sizes: "any" },
|
{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/favicon.ico", sizes: "any" },
|
||||||
{ url: "/icon.svg", type: "image/svg+xml" },
|
{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/icon.svg", type: "image/svg+xml" },
|
||||||
],
|
],
|
||||||
apple: [{ url: "/apple-touch-icon.png" }],
|
apple: [{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public//apple-touch-icon.png" }],
|
||||||
},
|
},
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user