Fix metadata image

This commit is contained in:
samaradel
2021-11-15 14:10:21 +02:00
parent 3b9b9c1adf
commit bed143a387
4 changed files with 2 additions and 5 deletions

View File

@@ -433,7 +433,7 @@ export default {
getImg() {
let img = "";
if (process.isClient) {
img = `${window.location.origin}${this.$page.markdownPage.metaImg.src}`;
img = `${window.location.origin}${this.$page.markdownPage.metaImg}`;
}
return img;
},