mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: replace paths
This commit is contained in:
committed by
Stefan Imhoff
parent
a07898ce5b
commit
d920cb8197
@@ -61,9 +61,7 @@ const schema = JSON.stringify({
|
||||
datePublished: entry.data.date,
|
||||
dateModified: entry.data.updated,
|
||||
image: [
|
||||
entry.data.cover
|
||||
? site.url + entry.data.cover
|
||||
: `${site.url}/assets/images/branding/og/bonsai.jpg`,
|
||||
entry.data.cover ? site.url + entry.data.cover : `${site.url}/assets/images/og/bonsai.jpg`,
|
||||
],
|
||||
author: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user