mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-07 05:02:07 +02:00
Cleanup code
This commit is contained in:
parent
de5056c440
commit
06a2bd793f
12 changed files with 86 additions and 160 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue