Apply open graph

This commit is contained in:
samaradel
2021-08-02 15:53:44 +02:00
parent 0b5cba88b4
commit 8921cb712c
4 changed files with 146 additions and 11 deletions

View File

@@ -216,11 +216,6 @@ export default {
components: {
PostListItem,
},
metaInfo() {
return {
title: this.$page.blog.title,
};
},
methods: {
copyLink() {
const el = document.createElement("input");