This commit is contained in:
samaradel
2021-08-08 11:36:01 +02:00
parent c49bea4ab7
commit c2899de8e4

View File

@@ -242,6 +242,7 @@ export default {
return image;
},
},
metaInfo() {
return {
title: "",
@@ -273,7 +274,7 @@ export default {
content: this.$page.blog.excerpt,
},
{
key: "twitter:image",
key: "twitter:image:src",
property: "twitter:image:src",
content: this.img(this.$page.blog.image),
},