fix: replace "SVRJS" with "SVR.JS"
This commit is contained in:
parent
6d806d7eba
commit
ccfcefc753
26 changed files with 150 additions and 147 deletions
|
@ -55,10 +55,10 @@ export async function generateMetadata({
|
|||
}
|
||||
|
||||
return {
|
||||
title: `${data.title} - SVRJS`,
|
||||
title: `${data.title} - SVR.JS`,
|
||||
description: data.smallDescription,
|
||||
openGraph: {
|
||||
title: `${data.title} - SVRJS`,
|
||||
title: `${data.title} - SVR.JS`,
|
||||
description: data.smallDescription,
|
||||
url: `https://svrjs.org/blog/${data.currentSlug}`,
|
||||
type: "website",
|
||||
|
@ -67,14 +67,14 @@ export async function generateMetadata({
|
|||
url: urlFor(data.titleImage).url(),
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: `${data.title} - SVRJS`
|
||||
alt: `${data.title} - SVR.JS`
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: `${data.title} - SVRJS`,
|
||||
title: `${data.title} - SVR.JS`,
|
||||
description: data.smallDescription,
|
||||
images: [urlFor(data.titleImage).url()],
|
||||
creator: "@SVR_JS"
|
||||
|
|
|
@ -6,11 +6,11 @@ import { Button } from "@/components/ui/button";
|
|||
import Link from "next/link";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blog - SVRJS",
|
||||
title: "Blog - SVR.JS",
|
||||
description:
|
||||
"Welcome to the SVR.JS Blog! Explore our latest blog posts featuring web development, web application security, and web server administration tips. Stay tuned for the latest SVR.JS updates.",
|
||||
openGraph: {
|
||||
title: "Blog - SVRJS",
|
||||
title: "Blog - SVR.JS",
|
||||
description:
|
||||
"Welcome to the SVR.JS Blog! Explore our latest blog posts featuring web development, web application security, and web server administration tips. Stay tuned for the latest SVR.JS updates.",
|
||||
url: "https://svrjs.org/blog",
|
||||
|
@ -20,14 +20,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Blog - SVRJS"
|
||||
alt: "Blog - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Blog - SVRJS",
|
||||
title: "Blog - SVR.JS",
|
||||
description:
|
||||
"Welcome to the SVR.JS Blog! Explore our latest blog posts featuring web development, web application security, and web server administration tips. Stay tuned for the latest SVR.JS updates.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
@ -48,7 +48,7 @@ const BlogPage = async ({
|
|||
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
|
||||
>
|
||||
<h1 className="text-3xl md:text-5xl mb-3 pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||
SVRJS Blog Post
|
||||
SVR.JS Blog Post
|
||||
</h1>
|
||||
<p className="text-muted-foreground flex-center mb-2">
|
||||
Stay updated with our latest blog posts by subscribing to our
|
||||
|
|
|
@ -19,7 +19,7 @@ const Page = ({ params }: { params: { slug: string } }) => {
|
|||
if (response.ok) {
|
||||
const data = await response.json();
|
||||
setPage(data);
|
||||
return (document.title = `${data.title} Change Log - SVRJS`);
|
||||
return (document.title = `${data.title} Change Log - SVR.JS`);
|
||||
} else {
|
||||
if (response.status === 404) {
|
||||
setNotFound(true);
|
||||
|
@ -41,7 +41,7 @@ const Page = ({ params }: { params: { slug: string } }) => {
|
|||
return (
|
||||
<>
|
||||
<head>
|
||||
<title>Mods Change Logs - SVRJS</title>
|
||||
<title>Mods Change Logs - SVR.JS</title>
|
||||
</head>
|
||||
<section className="wrapper container py-24 md:py-28 gap-4 flex flex-col">
|
||||
<div className="mb-3">
|
||||
|
@ -78,14 +78,17 @@ const Page = ({ params }: { params: { slug: string } }) => {
|
|||
return (
|
||||
<>
|
||||
<head>
|
||||
<title>{page.title} Changelog - SVRJS</title>
|
||||
<title>{page.title} Changelog - SVR.JS</title>
|
||||
<meta
|
||||
name="description"
|
||||
content={`Keep track of the latest updates and improvements for ${page.title} with our comprehensive change log. Discover new features, bug fixes, and enhancements for each release of this SVR.JS mod.`}
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta property="og:title" content={`${page.title} Changelog - SVRJS`} />
|
||||
<meta
|
||||
property="og:title"
|
||||
content={`${page.title} Changelog - SVR.JS`}
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content={`Keep track of the latest updates and improvements for ${page.title} with our comprehensive change log. Discover new features, bug fixes, and enhancements for each release of this SVR.JS mod.`}
|
||||
|
@ -99,11 +102,11 @@ const Page = ({ params }: { params: { slug: string } }) => {
|
|||
property="og:image"
|
||||
content="https://svrjs.vercel.app/metadata/svrjs-cover.png"
|
||||
/>
|
||||
<title>Documentation - SVRJS</title>
|
||||
<title>Documentation - SVR.JS</title>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta
|
||||
name="twitter:title"
|
||||
content={`${page.title} Changelog - SVRJS`}
|
||||
content={`${page.title} Changelog - SVR.JS`}
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
|
|
|
@ -2,11 +2,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "ChangeLogs - SVRJS",
|
||||
title: "ChangeLogs - SVR.JS",
|
||||
description:
|
||||
"Stay up-to-date with the latest improvements and updates to SVR.JS web server. Our change log page provides a comprehensive list of new features, bug fixes, and enhancements for each release.",
|
||||
openGraph: {
|
||||
title: "ChangeLogs - SVRJS",
|
||||
title: "ChangeLogs - SVR.JS",
|
||||
description:
|
||||
"Stay up-to-date with the latest improvements and updates to SVR.JS web server. Our change log page provides a comprehensive list of new features, bug fixes, and enhancements for each release.",
|
||||
url: "https://svrjs.org/changelogs",
|
||||
|
@ -16,14 +16,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "ChangeLogs - SVRJS"
|
||||
alt: "ChangeLogs - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "ChangeLogs - SVRJS",
|
||||
title: "ChangeLogs - SVR.JS",
|
||||
description:
|
||||
"Stay up-to-date with the latest improvements and updates to SVR.JS web server. Our change log page provides a comprehensive list of new features, bug fixes, and enhancements for each release.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -57,7 +57,7 @@ const LogsPage: React.FC = () => {
|
|||
return (
|
||||
<>
|
||||
<head>
|
||||
<title>Change Logs - SVRJS</title>
|
||||
<title>Change Logs - SVR.JS</title>
|
||||
</head>
|
||||
<section className="wrapper container py-24 md:py-28 gap-4 flex flex-col">
|
||||
<div className="mb-3">
|
||||
|
@ -83,7 +83,7 @@ const LogsPage: React.FC = () => {
|
|||
Server LOGS
|
||||
</h1>
|
||||
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||
Get all the latest version of SVRJS download and compiled Files here!
|
||||
Get all the latest version of SVR.JS download and compiled Files here!
|
||||
</p>
|
||||
{error && <p className="text-red-500">{error}</p>}
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Contact Us - SVRJS",
|
||||
title: "Contact Us - SVR.JS",
|
||||
description:
|
||||
"Have questions about SVR.JS? Need technical support? Visit our Contact Us page to find various ways to get in touch with our team, including email, forums, and our official support channel.",
|
||||
openGraph: {
|
||||
title: "Contact Us - SVRJS",
|
||||
title: "Contact Us - SVR.JS",
|
||||
description:
|
||||
"Have questions about SVR.JS? Need technical support? Visit our Contact Us page to find various ways to get in touch with our team, including email, forums, and our official support channel.",
|
||||
url: "https://svrjs.org/contact",
|
||||
|
@ -16,14 +16,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Contact Us - SVRJS"
|
||||
alt: "Contact Us - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Contact Us - SVRJS",
|
||||
title: "Contact Us - SVR.JS",
|
||||
description:
|
||||
"Have questions about SVR.JS? Need technical support? Visit our Contact Us page to find various ways to get in touch with our team, including email, forums, and our official support channel.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -4,11 +4,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Contribute - SVRJS",
|
||||
title: "Contribute - SVR.JS",
|
||||
description:
|
||||
"Contribute to SVR.JS and be part of an exciting open-source project. Follow the step-by-step guidelines to make your code contributions.",
|
||||
openGraph: {
|
||||
title: "Contribute - SVRJS",
|
||||
title: "Contribute - SVR.JS",
|
||||
description:
|
||||
"Contribute to SVR.JS and be part of an exciting open-source project. Follow the step-by-step guidelines to make your code contributions.",
|
||||
url: "https://svrjs.org/contribute",
|
||||
|
@ -18,14 +18,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Contribute - SVRJS"
|
||||
alt: "Contribute - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Contribute - SVRJS",
|
||||
title: "Contribute - SVR.JS",
|
||||
description:
|
||||
"Contribute to SVR.JS and be part of an exciting open-source project. Follow the step-by-step guidelines to make your code contributions.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -2,11 +2,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Downloads - SVRJS",
|
||||
title: "Downloads - SVR.JS",
|
||||
description:
|
||||
"Ready to get started with SVR.JS? Visit our downloads page to access the latest stable releases, nightly builds, and archived versions. Find the right fit for your needs today!",
|
||||
openGraph: {
|
||||
title: "Downloads - SVRJS",
|
||||
title: "Downloads - SVR.JS",
|
||||
description:
|
||||
"Ready to get started with SVR.JS? Visit our downloads page to access the latest stable releases, nightly builds, and archived versions. Find the right fit for your needs today!",
|
||||
url: "https://svrjs.org/downloads",
|
||||
|
@ -16,14 +16,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Downloads - SVRJS"
|
||||
alt: "Downloads - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Downloads - SVRJS",
|
||||
title: "Downloads - SVR.JS",
|
||||
description:
|
||||
"Ready to get started with SVR.JS? Visit our downloads page to access the latest stable releases, nightly builds, and archived versions. Find the right fit for your needs today!",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -63,7 +63,7 @@ const DownloadPage: React.FC = () => {
|
|||
Downloads
|
||||
</h1>
|
||||
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||
Get all the latest version of SVRJS download and compiled Files here!
|
||||
Get all the latest version of SVR.JS download and compiled Files here!
|
||||
</p>
|
||||
{error && <p className="text-red-500">{error}</p>}
|
||||
<Table>
|
||||
|
|
|
@ -3,7 +3,7 @@ import React from "react";
|
|||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Forum - SVRJS"
|
||||
title: "Forum - SVR.JS"
|
||||
};
|
||||
|
||||
const Forum = () => {
|
||||
|
|
|
@ -6,11 +6,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
openGraph: {
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
url: "https://svrjs.org",
|
||||
|
@ -20,14 +20,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "SVRJS - A Web Server running on Node.js"
|
||||
alt: "SVR.JS - A Web Server running on Node.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -2,11 +2,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Mods - SVRJS",
|
||||
title: "Mods - SVR.JS",
|
||||
description:
|
||||
"Expand the functionality of SVR.JS with our collection of mods! Visit the mod downloads page to explore, download, and install a wide range of mods tailored to enhance your web server experience.",
|
||||
openGraph: {
|
||||
title: "Mods - SVRJS",
|
||||
title: "Mods - SVR.JS",
|
||||
description:
|
||||
"Expand the functionality of SVR.JS with our collection of mods! Visit the mod downloads page to explore, download, and install a wide range of mods tailored to enhance your web server experience.",
|
||||
url: "https://svrjs.org/mods",
|
||||
|
@ -16,14 +16,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Mods - SVRJS"
|
||||
alt: "Mods - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Mods - SVRJS",
|
||||
title: "Mods - SVR.JS",
|
||||
description:
|
||||
"Expand the functionality of SVR.JS with our collection of mods! Visit the mod downloads page to explore, download, and install a wide range of mods tailored to enhance your web server experience.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -62,7 +62,7 @@ const ModsPage: React.FC = () => {
|
|||
SvrJS Mods
|
||||
</h1>
|
||||
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||
Get all the latest version of SVRJS Mods and compiled Files here!{" "}
|
||||
Get all the latest version of SVR.JS Mods and compiled Files here!{" "}
|
||||
</p>
|
||||
{error && <p className="text-red-500">{error}</p>}
|
||||
<Table>
|
||||
|
|
|
@ -6,11 +6,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Privacy Policy - SVRJS",
|
||||
title: "Privacy Policy - SVR.JS",
|
||||
description:
|
||||
"Learn how we collect, use, and protect your data. Our Privacy Policy outlines our commitment to your privacy and the measures we take to safeguard your information when visiting our website.",
|
||||
openGraph: {
|
||||
title: "Privacy Policy - SVRJS",
|
||||
title: "Privacy Policy - SVR.JS",
|
||||
description:
|
||||
"Learn how we collect, use, and protect your data. Our Privacy Policy outlines our commitment to your privacy and the measures we take to safeguard your information when visiting our website.",
|
||||
url: "https://svrjs.org/privacy-policy",
|
||||
|
@ -20,14 +20,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Privacy Policy - SVRJS"
|
||||
alt: "Privacy Policy - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Privacy Policy - SVRJS",
|
||||
title: "Privacy Policy - SVR.JS",
|
||||
description:
|
||||
"Learn how we collect, use, and protect your data. Our Privacy Policy outlines our commitment to your privacy and the measures we take to safeguard your information when visiting our website.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -4,11 +4,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Terms of Service - SVRJS",
|
||||
title: "Terms of Service - SVR.JS",
|
||||
description:
|
||||
"Understand your rights and responsibilities when using SVR.JS. Our Terms of Service page outlines the conditions for visiting our website, ensuring a transparent and fair experience for all users.",
|
||||
openGraph: {
|
||||
title: "Terms of Service - SVRJS",
|
||||
title: "Terms of Service - SVR.JS",
|
||||
description:
|
||||
"Understand your rights and responsibilities when using SVR.JS. Our Terms of Service page outlines the conditions for visiting our website, ensuring a transparent and fair experience for all users.",
|
||||
url: "https://svrjs.org/tos",
|
||||
|
@ -18,14 +18,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Terms of Service - SVRJS"
|
||||
alt: "Terms of Service - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Terms of Service - SVRJS",
|
||||
title: "Terms of Service - SVR.JS",
|
||||
description:
|
||||
"Understand your rights and responsibilities when using SVR.JS. Our Terms of Service page outlines the conditions for visiting our website, ensuring a transparent and fair experience for all users.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -2,11 +2,11 @@ import { Metadata } from "next";
|
|||
|
||||
// baseURL [ENV]
|
||||
export const metadata: Metadata = {
|
||||
title: "Vulnerabilities - SVRJS",
|
||||
title: "Vulnerabilities - SVR.JS",
|
||||
description:
|
||||
"Learn about potential security risks associated with outdated SVR.JS web server versions. Stay informed and safeguard your web applications from potential threats with timely updates.",
|
||||
openGraph: {
|
||||
title: "Vulnerabilities - SVRJS",
|
||||
title: "Vulnerabilities - SVR.JS",
|
||||
description:
|
||||
"Learn about potential security risks associated with outdated SVR.JS web server versions. Stay informed and safeguard your web applications from potential threats with timely updates.",
|
||||
url: "https://svrjs.org/vulnerabilities",
|
||||
|
@ -16,14 +16,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "Vulnerabilities - SVRJS"
|
||||
alt: "Vulnerabilities - SVR.JS"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "Vulnerabilities - SVRJS",
|
||||
title: "Vulnerabilities - SVR.JS",
|
||||
description:
|
||||
"Learn about potential security risks associated with outdated SVR.JS web server versions. Stay informed and safeguard your web applications from potential threats with timely updates.",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -37,7 +37,7 @@ const Vulnerabilities = () => {
|
|||
if (response.ok) {
|
||||
const data: Vulnerabilities[] = await response.json();
|
||||
setDownloads(data);
|
||||
return (document.title = "Vulnerabilities - SVRJS");
|
||||
return (document.title = "Vulnerabilities - SVR.JS");
|
||||
} else {
|
||||
throw new Error(`HTTP error! status: ${response.status}`);
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ const Vulnerabilities = () => {
|
|||
(mod) => mod.vulnerabilities && mod.vulnerabilities.trim() !== ""
|
||||
);
|
||||
setMods(filteredMods);
|
||||
return (document.title = "Vulnerabilities - SVRJS");
|
||||
return (document.title = "Vulnerabilities - SVR.JS");
|
||||
} else {
|
||||
throw new Error(`HTTP error! status: ${response.status}`);
|
||||
}
|
||||
|
@ -89,7 +89,7 @@ const Vulnerabilities = () => {
|
|||
return (
|
||||
<>
|
||||
<head>
|
||||
<title>Vulnerabilities - SVRJS</title>
|
||||
<title>Vulnerabilities - SVR.JS</title>
|
||||
</head>
|
||||
<section className="wrapper container py-24 md:py-28 gap-4 flex flex-col">
|
||||
<div className="mb-3">
|
||||
|
|
|
@ -11,11 +11,11 @@ const poppins = Poppins({
|
|||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
openGraph: {
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
url: "https://svrjs.org",
|
||||
|
@ -25,14 +25,14 @@ export const metadata: Metadata = {
|
|||
url: "https://svrjs.vercel.app/metadata/svrjs-cover.png",
|
||||
width: 800,
|
||||
height: 600,
|
||||
alt: "SVRJS - A Web Server running on Node.js"
|
||||
alt: "SVR.JS - A Web Server running on Node.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
site: "@SVR_JS",
|
||||
title: "SVRJS - A Web Server running on Node.js",
|
||||
title: "SVR.JS - A Web Server running on Node.js",
|
||||
description:
|
||||
"Experience unparalleled flexibility with SVR.JS - the ultimate web server for Node.js. Host web pages, run server-side JavaScript, utilize mods for extended functionality, and more. Integrated log viewer and user management tools included. Also supports Bun (experimental).",
|
||||
images: ["https://svrjs.vercel.app/metadata/svrjs-cover.png"],
|
||||
|
|
|
@ -42,7 +42,7 @@ const LoginPage = () => {
|
|||
|
||||
return (
|
||||
<div className="max-w-xl h-screen flex justify-center bg-gray-900 flex-col container">
|
||||
<h1 className="text-3xl font-bold mb-4">SVRJS ADMIN PANEL</h1>
|
||||
<h1 className="text-3xl font-bold mb-4">SVR.JS ADMIN PANEL</h1>
|
||||
{error && <p className="text-red-500 mb-4">{error}</p>}
|
||||
<form onSubmit={handleLogin}>
|
||||
<div className="mb-4">
|
||||
|
|
|
@ -21,8 +21,8 @@ export async function GET() {
|
|||
const posts = await client.fetch(postsQuery);
|
||||
|
||||
const feed = new RSS({
|
||||
title: "SVRJS Blog",
|
||||
description: "Explore the latest blog posts from SVRJS",
|
||||
title: "SVR.JS Blog",
|
||||
description: "Explore the latest blog posts from SVR.JS",
|
||||
feed_url: `${SITE_URL}/rss.xml`,
|
||||
site_url: `${SITE_URL}`,
|
||||
image_url: `${SITE_URL}/metadata/svrjs-cover.png`,
|
||||
|
@ -38,7 +38,7 @@ export async function GET() {
|
|||
date: new Date(post._createdAt).toUTCString()
|
||||
// uncomment this if u want to
|
||||
// enclosure: { url: urlFor(post.titleImage).url() },
|
||||
// author: "SVRJS",
|
||||
// author: "SVR.JS",
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -20,14 +20,14 @@ const About = () => {
|
|||
<h2 className="text-3xl md:text-5xl font-bold">
|
||||
About{" "}
|
||||
<span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
|
||||
SVRJS!
|
||||
SVR.JS!
|
||||
</span>
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground mt-4">
|
||||
Host a webpage, run server-side JavaScript, use mods to expand
|
||||
server functionality, or use it as a forward or reverse proxy.
|
||||
SVRJS is a web server that runs on top of Node.JS, enabling
|
||||
server-side JS on webpages. SVRJS also has an integrated log
|
||||
SVR.JS is a web server that runs on top of Node.JS, enabling
|
||||
server-side JS on webpages. SVR.JS also has an integrated log
|
||||
viewer, log highlighter, and user management tool.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,7 @@ const Faq = () => {
|
|||
Frequently Asked Question
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground text-start mt-4 md:mt-2 mb-8">
|
||||
Find answers to common questions about SVRJS
|
||||
Find answers to common questions about SVR.JS
|
||||
</p>
|
||||
<Accordion
|
||||
type="single"
|
||||
|
|
|
@ -18,7 +18,7 @@ const Partners = () => {
|
|||
>
|
||||
<h2 className="text-3xl md:text-5xl font-bold text-start">
|
||||
<span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
|
||||
SVRJS
|
||||
SVR.JS
|
||||
</span>{" "}
|
||||
in action
|
||||
</h2>
|
||||
|
|
|
@ -168,7 +168,7 @@ export const FOOTERLINKS = {
|
|||
},
|
||||
rightsReserved: {
|
||||
href: "https://svrjs.org/",
|
||||
label: "SVRJS"
|
||||
label: "SVR.JS"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
@ -218,7 +218,7 @@ export const AdminDashboardLINKS = [
|
|||
url: "/admin/downloads"
|
||||
},
|
||||
{
|
||||
label: "SVRJS Mods",
|
||||
label: "SVR.JS Mods",
|
||||
url: "/admin/mods"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: SVRJS File System
|
||||
title: SVR.JS File System
|
||||
---
|
||||
|
||||
### SVR.JS files
|
||||
|
|
144
theme.config.tsx
144
theme.config.tsx
|
@ -2,77 +2,77 @@ import { useRouter } from "next/router";
|
|||
import Logo from "./components/shared/Logo";
|
||||
|
||||
export default {
|
||||
head: (
|
||||
<>
|
||||
<meta
|
||||
name="description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
head: (
|
||||
<>
|
||||
<meta
|
||||
name="description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta property="og:title" content="Documentation - SVRJS" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://svrjs.org" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://svrjs.vercel.app/metadata/svrjs-cover.png"
|
||||
/>
|
||||
<title>Documentation - SVRJS</title>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Documentation - SVRJS" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://svrjs.vercel.app/metadata/svrjs-cover.png"
|
||||
/>
|
||||
</>
|
||||
),
|
||||
editLink: {
|
||||
component: null,
|
||||
},
|
||||
feedback: {
|
||||
content: null,
|
||||
},
|
||||
logo: <Logo width={120} height={40} />,
|
||||
project: {
|
||||
icon: (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width={25}
|
||||
height={25}
|
||||
viewBox="0 0 123 123"
|
||||
fill="none"
|
||||
>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M120.208 55.953 66.715 2.463a7.885 7.885 0 0 0-11.158 0l-11.109 11.11 14.088 14.088a9.373 9.373 0 0 1 11.87 11.948l13.578 13.579a9.368 9.368 0 0 1 9.704 2.23 9.386 9.386 0 0 1-6.64 16.025 9.393 9.393 0 0 1-9.21-7.547 9.384 9.384 0 0 1 .526-5.416L65.697 45.817v33.33a9.385 9.385 0 0 1 2.48 15.053 9.386 9.386 0 0 1-15.311-3.046A9.388 9.388 0 0 1 54.9 80.923a9.378 9.378 0 0 1 3.078-2.052V45.235a9.336 9.336 0 0 1-3.078-2.047A9.4 9.4 0 0 1 52.88 32.92l-13.89-13.89L2.311 55.703a7.89 7.89 0 0 0 0 11.16l53.495 53.497a7.895 7.895 0 0 0 11.157 0l53.244-53.245a7.9 7.9 0 0 0 0-11.162Z"
|
||||
/>
|
||||
</svg>
|
||||
),
|
||||
link: "https://git.svrjs.org",
|
||||
},
|
||||
footer: {
|
||||
component: null,
|
||||
},
|
||||
useNextSeoProps() {
|
||||
const { asPath } = useRouter();
|
||||
if (asPath !== "/") {
|
||||
return {
|
||||
titleTemplate: "%s – SVRJS",
|
||||
};
|
||||
}
|
||||
},
|
||||
primaryHue: 136,
|
||||
primarySaturation: 75,
|
||||
// banner: {
|
||||
// key: "svrjs",
|
||||
// text: <a href="https://svrjs.org">🎉 Check out SVRJS Now. Read more →</a>,
|
||||
// },
|
||||
<meta property="og:title" content="Documentation - SVR.JS" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://svrjs.org" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://svrjs.vercel.app/metadata/svrjs-cover.png"
|
||||
/>
|
||||
<title>Documentation - SVR.JS</title>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Documentation - SVR.JS" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://svrjs.vercel.app/metadata/svrjs-cover.png"
|
||||
/>
|
||||
</>
|
||||
),
|
||||
editLink: {
|
||||
component: null
|
||||
},
|
||||
feedback: {
|
||||
content: null
|
||||
},
|
||||
logo: <Logo width={120} height={40} />,
|
||||
project: {
|
||||
icon: (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width={25}
|
||||
height={25}
|
||||
viewBox="0 0 123 123"
|
||||
fill="none"
|
||||
>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M120.208 55.953 66.715 2.463a7.885 7.885 0 0 0-11.158 0l-11.109 11.11 14.088 14.088a9.373 9.373 0 0 1 11.87 11.948l13.578 13.579a9.368 9.368 0 0 1 9.704 2.23 9.386 9.386 0 0 1-6.64 16.025 9.393 9.393 0 0 1-9.21-7.547 9.384 9.384 0 0 1 .526-5.416L65.697 45.817v33.33a9.385 9.385 0 0 1 2.48 15.053 9.386 9.386 0 0 1-15.311-3.046A9.388 9.388 0 0 1 54.9 80.923a9.378 9.378 0 0 1 3.078-2.052V45.235a9.336 9.336 0 0 1-3.078-2.047A9.4 9.4 0 0 1 52.88 32.92l-13.89-13.89L2.311 55.703a7.89 7.89 0 0 0 0 11.16l53.495 53.497a7.895 7.895 0 0 0 11.157 0l53.244-53.245a7.9 7.9 0 0 0 0-11.162Z"
|
||||
/>
|
||||
</svg>
|
||||
),
|
||||
link: "https://git.svrjs.org"
|
||||
},
|
||||
footer: {
|
||||
component: null
|
||||
},
|
||||
useNextSeoProps() {
|
||||
const { asPath } = useRouter();
|
||||
if (asPath !== "/") {
|
||||
return {
|
||||
titleTemplate: "%s – SVR.JS"
|
||||
};
|
||||
}
|
||||
},
|
||||
primaryHue: 136,
|
||||
primarySaturation: 75
|
||||
// banner: {
|
||||
// key: "svrjs",
|
||||
// text: <a href="https://svrjs.org">🎉 Check out SVR.JS Now. Read more →</a>,
|
||||
// },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue