1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:36:20 -04:00

open graph tag-tags

This commit is contained in:
Jake Jarvis 2022-01-08 11:03:19 -05:00
parent 0954c78104
commit ce39750b0b
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 5 deletions

View File

@ -27,7 +27,10 @@ const Note = ({ frontMatter, source }) => (
url: frontMatter.permalink, url: frontMatter.permalink,
type: "article", type: "article",
article: { article: {
authors: [config.authorName],
tags: frontMatter.tags,
publishedTime: frontMatter.date, publishedTime: frontMatter.date,
modifiedTime: frontMatter.date,
}, },
images: frontMatter.image && [ images: frontMatter.image && [
{ {
@ -37,8 +40,6 @@ const Note = ({ frontMatter, source }) => (
], ],
}} }}
twitter={{ twitter={{
handle: `@${config.authorSocial.twitter}`,
site: `@${config.authorSocial.twitter}`,
cardType: "summary_large_image", cardType: "summary_large_image",
}} }}
/> />

View File

@ -1,3 +0,0 @@
{
"origins": ["https://jarv.is"]
}