opengraph image update

This commit is contained in:
Cypro Freelance 2024-07-28 20:21:55 +05:30
parent 98c97d2434
commit 9abb779b8a
2 changed files with 3 additions and 3 deletions

View file

@ -10,11 +10,11 @@ export const metadata: Metadata = {
title: "SVRJS - 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://yourwebsite.com",
url: "https://svrjs.org",
type: "website",
images: [
{
url: "https://yourwebsite.com/og-image.jpg",
url: "https://svrjs.org/metadata/svrjs-cover.png",
width: 800,
height: 600,
alt: "SVRJS - A Web Server running on Node.js",
@ -27,7 +27,7 @@ export const metadata: Metadata = {
title: "SVRJS - 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: "/logo.svg",
images: "/metadata/svrjs-cover.png",
},
};
export default function PageLayout({

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB