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: {
|
||||
"@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],
|
||||
|
|
Loading…
Reference in a new issue