Cleanup code

This commit is contained in:
Kevin Kandlbinder 2021-11-07 00:51:00 +00:00 committed by GitHub
parent de5056c440
commit 06a2bd793f
12 changed files with 86 additions and 160 deletions

View file

@ -24,11 +24,6 @@ const BlogPost = ({ data }) => {
"@context": "https://schema.org",
"@type": "NewsArticle",
headline: data.mdx.frontmatter.title,
/*"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],*/
datePublished: data.mdx.frontmatter.publishedIso,
dateModified: data.mdx.frontmatter.publishedIso,
author: [