Skip to content

Commit 72c099c

Browse files
authored
Merge pull request #10 from kohei-m-88/patch-1
Update SEO.js
2 parents e4add7f + de367a5 commit 72c099c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/SEO.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, tags, images = []
9292
/>
9393
<ArticleJsonLd
9494
authorName={siteMetadata.author}
95-
dateModified={publishedAt}
96-
datePublished={modifiedAt}
95+
dateModified={modifiedAt}
96+
datePublished={publishedAt}
9797
description={summary}
9898
images={featuredImages}
9999
publisherName={siteMetadata.author}

0 commit comments

Comments
 (0)