diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx index 38ee73d..11f5555 100644 --- a/app/(root)/layout.tsx +++ b/app/(root)/layout.tsx @@ -6,13 +6,13 @@ import { Metadata } from "next"; // baseURL [ENV] export const metadata: Metadata = { - title: "SVR.JS - 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).", + "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: "SVR.JS - 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).", + "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", type: "website", images: [ @@ -20,16 +20,16 @@ export const metadata: Metadata = { url: "https://svrjs.vercel.app/metadata/svrjs-cover.png", width: 800, height: 600, - alt: "SVR.JS - 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: "SVR.JS - 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).", + "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"], creator: "@SVR_JS" } diff --git a/app/layout.tsx b/app/layout.tsx index e32fa36..748425d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,13 +11,13 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "SVR.JS - 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).", + "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: "SVR.JS - 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).", + "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", type: "website", images: [ @@ -25,16 +25,16 @@ export const metadata: Metadata = { url: "https://svrjs.vercel.app/metadata/svrjs-cover.png", width: 800, height: 600, - alt: "SVR.JS - 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: "SVR.JS - 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).", + "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"], creator: "@SVR_JS" }