From bc0e50f807ef6d1baa99cec41d2b86d5bdc35b71 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 12 May 2024 03:57:07 -0400 Subject: [PATCH] Update layout.tsx Update URLs --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 3abd1e7..09644b9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -36,14 +36,14 @@ export const metadata = { address: false, telephone: false, }, - metadataBase: new URL("https://proxmox-helper-scripts.vercel.app/"), + metadataBase: new URL("https://helper-scripts.com/"), openGraph: { title: "Proxmox VE Helper-Scripts", description: "Scripts for Streamlining Your Homelab with Proxmox VE", url: "/defaultimg.png", images: [ { - url: "https://proxmox-helper-scripts.vercel.app/defaultimg.png", + url: "https://helper-scripts.com/defaultimg.png", }, ], locale: "en_US",