⚒️ Fix next-seo.config.

This commit is contained in:
pheralb 2022-06-28 14:00:13 +01:00
parent c72cc154dc
commit 7e5a8eb48b

View File

@ -1,7 +1,7 @@
export default { export default {
title: "A beautiful library with SVG logos", title: "A beautiful library with SVG logos",
titleTemplate: "%s - svgl", titleTemplate: "%s - Svgl",
description: "A beautiful library with SVG logos. Free and open source.", description: "Svgl is a library of free and open source SVG logos.",
defaultTitle: "svgl", defaultTitle: "svgl",
additionalLinkTags: [ additionalLinkTags: [
{ {
@ -36,7 +36,7 @@ export default {
}, },
], ],
openGraph: { openGraph: {
site_name: "svgl - A beautiful library with SVG logos", site_name: "Svgl",
url: "https://svgl.vercel.app/", url: "https://svgl.vercel.app/",
type: "website", type: "website",
locale: "en_IE", locale: "en_IE",
@ -45,8 +45,7 @@ export default {
url: "/images/banner.png", url: "/images/banner.png",
width: 1920, width: 1920,
height: 1080, height: 1080,
alt: "svgl - A beautiful library with SVG logos", type: "image/png",
type: "image/jpeg",
} }
], ],
}, },