Skip to content

Commit 90c3a67

Browse files
authored
Merge pull request #716 from timlrx/fix/lson-ld
Remove authors field in ld+json
2 parents 038bd1d + ae36330 commit 90c3a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentlayer.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export const Blog = defineDocumentType(() => ({
105105
description: doc.summary,
106106
image: doc.images ? doc.images[0] : siteMetadata.socialBanner,
107107
url: `${siteMetadata.siteUrl}/${doc._raw.flattenedPath}`,
108-
author: doc.authors,
109108
}),
110109
},
111110
},

0 commit comments

Comments
 (0)