mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 20:28:28 -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,
|
||||
type: "article",
|
||||
article: {
|
||||
authors: [config.authorName],
|
||||
tags: frontMatter.tags,
|
||||
publishedTime: frontMatter.date,
|
||||
modifiedTime: frontMatter.date,
|
||||
},
|
||||
images: frontMatter.image && [
|
||||
{
|
||||
@ -37,8 +40,6 @@ const Note = ({ frontMatter, source }) => (
|
||||
],
|
||||
}}
|
||||
twitter={{
|
||||
handle: `@${config.authorSocial.twitter}`,
|
||||
site: `@${config.authorSocial.twitter}`,
|
||||
cardType: "summary_large_image",
|
||||
}}
|
||||
/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"origins": ["https://jarv.is"]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user