fix(components-widgets): remove logo from publisher in PostHEad

This commit is contained in:
xHyroM 2023-02-25 12:18:01 +01:00
parent 8e336b8bd7
commit bc2ba4cb65

View file

@ -54,10 +54,7 @@ const { title, date } = Astro.props;
publisher: { publisher: {
"@type": "Person", "@type": "Person",
name: "xHyroM", name: "xHyroM",
logo: { url: "https://xhyrom.me"
"@type": "ImageObject",
url: "https://xhyrom.me/favicon.ico",
},
}, },
datePublished: new Date(date).toISOString().split("T")[0], datePublished: new Date(date).toISOString().split("T")[0],
dateModified: new Date(date).toISOString().split("T")[0], dateModified: new Date(date).toISOString().split("T")[0],