upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit fb82bc71e7 - Show all commits

View File

@ -83,6 +83,12 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, tags, images = []
description: summary,
images: featuredImages,
}}
additionalMetaTags={[
{
name: 'twitter:image',
content: featuredImages[0],
},
]}
/>
<ArticleJsonLd
authorName={siteMetadata.author}