From 220196309bc9b69904039a6a493d9ca811abdc62 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:21:29 +0200 Subject: [PATCH] Update script count in metadata and page content from 300+ to 400+ (#8279) --- frontend/src/app/layout.tsx | 10 ++++------ frontend/src/app/page.tsx | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 94dd902f7..c1f1a1d2b 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -6,18 +6,18 @@ import React from "react"; import { ThemeProvider } from "@/components/theme-provider"; import { analytics, basePath } from "@/config/site-config"; -import "@/styles/globals.css"; import QueryProvider from "@/components/query-provider"; import { Toaster } from "@/components/ui/sonner"; import Footer from "@/components/footer"; import Navbar from "@/components/navbar"; +import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Proxmox VE Helper-Scripts", description: - "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.", + "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.", applicationName: "Proxmox VE Helper-Scripts", generator: "Next.js", referrer: "origin-when-cross-origin", @@ -57,7 +57,7 @@ export const metadata: Metadata = { openGraph: { title: "Proxmox VE Helper-Scripts", description: - "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.", + "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.", url: `https://community-scripts.github.io/${basePath}/`, siteName: "Proxmox VE Helper-Scripts", images: [ @@ -76,7 +76,7 @@ export const metadata: Metadata = { title: "Proxmox VE Helper-Scripts", creator: "@BramSuurdje", description: - "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 300+ scripts to help you manage your Proxmox Virtual Environment.", + "The official website for the Proxmox VE Helper-Scripts (Community) repository. Featuring over 400+ scripts to help you manage your Proxmox Virtual Environment.", images: [`https://community-scripts.github.io/${basePath}/defaultimg.png`], }, manifest: "/manifest.webmanifest", @@ -105,7 +105,6 @@ export default function RootLayout({
- With 300+ scripts to help you manage your + With 400+ scripts to help you manage your {" "} Proxmox VE - , whether you're a seasoned - user or a newcomer, we've got you covered. + , whether you're a seasoned user or a + newcomer, we've got you covered.