Update blog posts twitter og

This commit is contained in:
samaradel
2021-08-04 11:35:12 +02:00
parent ae614d7659
commit cbc1a25296

View File

@@ -266,6 +266,11 @@ export default {
property: "twitter:title",
content: this.$page.blog.title,
},
{
key: "twitter:card",
name: "twitter:card",
content: this.$page.blog.image.src,
},
],
};
},