opengraph image update
This commit is contained in:
parent
98c97d2434
commit
9abb779b8a
2 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ export const metadata: Metadata = {
|
||||||
title: "SVRJS - A Web Server running on Node.js",
|
title: "SVRJS - A Web Server running on Node.js",
|
||||||
description:
|
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://yourwebsite.com",
|
url: "https://svrjs.org",
|
||||||
type: "website",
|
type: "website",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "https://yourwebsite.com/og-image.jpg",
|
url: "https://svrjs.org/metadata/svrjs-cover.png",
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
alt: "SVRJS - A Web Server running on Node.js",
|
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",
|
title: "SVRJS - A Web Server running on Node.js",
|
||||||
description:
|
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: "/logo.svg",
|
images: "/metadata/svrjs-cover.png",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
export default function PageLayout({
|
export default function PageLayout({
|
||||||
|
|
BIN
public/metadata/svrjs-cover.png
Normal file
BIN
public/metadata/svrjs-cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
Loading…
Reference in a new issue