Fix metadata image
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
id: home
|
id: home
|
||||||
metaTitle: Join the ThreeFold Movement
|
metaTitle: Join the ThreeFold Movement
|
||||||
metaDesc: ThreeFold is giving the world a new Internet with a much-needed and better infrastructure.
|
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_slogan: Ready to serve all of humanity
|
||||||
header_title: WELCOME TO THE
|
header_title: WELCOME TO THE
|
||||||
header_title2: THREEFOLD GRID
|
header_title2: THREEFOLD GRID
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 548 KiB After Width: | Height: | Size: 548 KiB |
@@ -44,9 +44,6 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
props: ["id", "team", "people"],
|
props: ["id", "team", "people"],
|
||||||
mounted() {
|
|
||||||
console.log(this.people);
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ export default {
|
|||||||
getImg() {
|
getImg() {
|
||||||
let img = "";
|
let img = "";
|
||||||
if (process.isClient) {
|
if (process.isClient) {
|
||||||
img = `${window.location.origin}${this.$page.markdownPage.metaImg.src}`;
|
img = `${window.location.origin}${this.$page.markdownPage.metaImg}`;
|
||||||
}
|
}
|
||||||
return img;
|
return img;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user