Fix metadata image
This commit is contained in:
@@ -44,9 +44,6 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ["id", "team", "people"],
|
||||
mounted() {
|
||||
console.log(this.people);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
|
||||
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user