Merge pull request #716 from timlrx/fix/lson-ld
Remove authors field in ld+json
This commit is contained in:
commit
90c3a671cc
@ -105,7 +105,6 @@ export const Blog = defineDocumentType(() => ({
|
||||
description: doc.summary,
|
||||
image: doc.images ? doc.images[0] : siteMetadata.socialBanner,
|
||||
url: `${siteMetadata.siteUrl}/${doc._raw.flattenedPath}`,
|
||||
author: doc.authors,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user