This commit is contained in:
samaradel
2021-08-19 14:17:40 +02:00
parent d799b59fff
commit 63f25edcc8

View File

@@ -242,7 +242,6 @@ export default {
return image;
},
},
metaInfo() {
return {
title: "",
@@ -286,10 +285,9 @@ export default {
{
name: "twitter:card",
property: "twitter:card",
content: this.$page.blog.excerpt,
content: "summary_large_image",
},
],
script: [{ src: "https://platform.twitter.com/widgets.js", async: true }],
};
},
};