mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 06:51:05 +01:00
fix(components-widgets): remove logo from publisher in PostHEad
This commit is contained in:
parent
8e336b8bd7
commit
bc2ba4cb65
1 changed files with 1 additions and 4 deletions
|
@ -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],
|
||||||
|
|
Loading…
Reference in a new issue