Update URLs in README and app files to point to the new community scripts repository
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<h1 align="center">
|
||||
<a href="https://proxmoxve-scripts.com" target="_blank"><img src="https://proxmoxve-scripts.com/defaultimg.png" alt="Proxmox Helper Scripts" width="800"></a>
|
||||
<a href="https://community-scripts.github.io/Proxmox/" target="_blank"><img src="https://community-scripts.github.io/Proxmox/defaultimg.png" alt="Proxmox Helper Scripts" width="800"></a>
|
||||
</h1>
|
||||
|
||||
> [!WARNING]
|
||||
|
||||
@@ -34,7 +34,7 @@ export const metadata = {
|
||||
address: false,
|
||||
telephone: false,
|
||||
},
|
||||
metadataBase: new URL("https://proxmoxve-scripts.com/"),
|
||||
metadataBase: new URL("https://community-scripts.github.io/Proxmox/"),
|
||||
openGraph: {
|
||||
title: "Proxmox VE Helper-Scripts",
|
||||
description:
|
||||
@@ -42,7 +42,7 @@ export const metadata = {
|
||||
url: "/defaultimg.png",
|
||||
images: [
|
||||
{
|
||||
url: "https://proxmoxve-scripts.com/defaultimg.png",
|
||||
url: "https://community-scripts.github.io/Proxmox/defaultimg.png",
|
||||
},
|
||||
],
|
||||
locale: "en_US",
|
||||
|
||||
@@ -8,6 +8,6 @@ export default function robots(): MetadataRoute.Robots {
|
||||
userAgent: "*",
|
||||
allow: "/",
|
||||
},
|
||||
sitemap: "https://proxmoxve-scripts.com/sitemap.xml",
|
||||
sitemap: "https://community-scripts.github.io/Proxmox/sitemap.xml",
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,13 +5,13 @@ export const dynamic = "force-static";
|
||||
export default function sitemap(): MetadataRoute.Sitemap {
|
||||
return [
|
||||
{
|
||||
url: "https://proxmoxve-scripts.com",
|
||||
url: "https://community-scripts.github.io/Proxmox/",
|
||||
lastModified: new Date(),
|
||||
changeFrequency: "yearly",
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: "https://proxmoxve-scripts.com/scripts",
|
||||
url: "https://community-scripts.github.io/Proxmox/scripts",
|
||||
lastModified: new Date(),
|
||||
changeFrequency: "monthly",
|
||||
priority: 1,
|
||||
|
||||
Reference in New Issue
Block a user