From 5edeaec9d5ac1816b900ba55e74b229b1433b9c8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 23:03:35 +0100 Subject: [PATCH] Update --- web/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 1392848..ae08dbd 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -7,7 +7,7 @@ import type React from "react" const inter = Inter({ subsets: ["latin"] }) -const basePath = "/ProxMenux" + export const metadata = { title: "ProxMenux", @@ -25,7 +25,7 @@ export const metadata = { address: false, telephone: false, }, - metadataBase: new URL(`https://macrimi.github.io${basePath}/`), + metadataBase: new URL(`https://macrimi.github.io/ProxMenux/`), openGraph: { title: "ProxMenux", description: @@ -51,10 +51,10 @@ export const metadata = { }, icons: { icon: [ - { url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/favicon.ico`, sizes: "any" }, - { url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/icon.svg`, type: "image/svg+xml" }, + { url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/favicon.ico", sizes: "any" }, + { url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/icon.svg", type: "image/svg+xml" }, ], - apple: [{ url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/apple-touch-icon.png` }], + apple: [{ url: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public//apple-touch-icon.png" }], }, }