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:
parent
0954c78104
commit
ce39750b0b
@ -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",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"origins": ["https://jarv.is"]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user