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: {
"@type": "Person",
name: "xHyroM",
logo: {
"@type": "ImageObject",
url: "https://xhyrom.me/favicon.ico",
},
url: "https://xhyrom.me"
},
datePublished: new Date(date).toISOString().split("T")[0],
dateModified: new Date(date).toISOString().split("T")[0],