Update layout.tsx

Update URLs
This commit is contained in:
tteckster
2024-05-12 03:57:07 -04:00
committed by GitHub
parent 8e3d1ea884
commit bc0e50f807

View File

@@ -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",