fix: optimize the metadata for the server documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s

This commit is contained in:
Dorian Niemiec 2024-11-25 08:51:03 +01:00
parent 018bbd5592
commit d539191066

View file

@ -10,19 +10,19 @@ export default {
return ( return (
<> <>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta <meta
name="description" 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." content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
/> />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="canonical" href={url} />
<meta <meta
property="og:title" property="og:title"
content={(frontMatter.title || "Documentation") + " - SVR.JS"} content={(frontMatter.title || "Documentation") + " - SVR.JS"}
/> />
<meta <meta
property="og:description" 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." content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
/> />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content={url} /> <meta property="og:url" content={url} />
@ -38,7 +38,7 @@ export default {
/> />
<meta <meta
name="twitter:description" 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." content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
/> />
<meta <meta
name="twitter:image" name="twitter:image"