Fix metadata image
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id: home
|
||||
metaTitle: Join the ThreeFold Movement
|
||||
metaDesc: ThreeFold is giving the world a new Internet with a much-needed and better infrastructure.
|
||||
metaImg: ./1.png
|
||||
metaImg: ./home_meta_header.png
|
||||
header_slogan: Ready to serve all of humanity
|
||||
header_title: WELCOME TO THE
|
||||
header_title2: THREEFOLD GRID
|
||||
|
||||
|
Before Width: | Height: | Size: 548 KiB After Width: | Height: | Size: 548 KiB |
@@ -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