Do the same for the project posts
This commit is contained in:
@@ -103,18 +103,7 @@ if (page === null || page.page === null || !page.page.exists) {
|
|||||||
|
|
||||||
{ page.page.type === "ProjectPost" && (
|
{ page.page.type === "ProjectPost" && (
|
||||||
<ProjectLayout settings={{
|
<ProjectLayout settings={{
|
||||||
searchEngine: {
|
searchEngine: page.page.searchEngine,
|
||||||
title: "Projects",
|
|
||||||
description: "",
|
|
||||||
allowCrawlers: true,
|
|
||||||
canonical: null,
|
|
||||||
priority: 65,
|
|
||||||
thumbnail: {
|
|
||||||
url: "",
|
|
||||||
width: 1200,
|
|
||||||
height: 630
|
|
||||||
}
|
|
||||||
},
|
|
||||||
tags: []
|
tags: []
|
||||||
}}>
|
}}>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
|
|||||||
Reference in New Issue
Block a user