mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚒️ Fix next-seo.config.
This commit is contained in:
parent
c72cc154dc
commit
7e5a8eb48b
@ -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",
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user