Update metadata
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
:card="card"
|
:card="card"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
<!-- <SolutionsHeader
|
<!-- <SolutionsHeader
|
||||||
v-if="$page.markdownPage.headerSolution"
|
v-if="$page.markdownPage.headerSolution"
|
||||||
:header="$page.markdownPage.headerSolution"
|
:header="$page.markdownPage.headerSolution"
|
||||||
/> -->
|
/> -->
|
||||||
@@ -208,10 +208,9 @@ export default {
|
|||||||
InTheNews,
|
InTheNews,
|
||||||
SignUp,
|
SignUp,
|
||||||
},
|
},
|
||||||
metaInfo() {
|
metaInfo: {
|
||||||
return {
|
title: "",
|
||||||
title: this.$page.markdownPage.title,
|
titleTemplate: "ThreeFold | Welcome",
|
||||||
};
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user