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" && (
|
||||
<ProjectLayout settings={{
|
||||
searchEngine: {
|
||||
title: "Projects",
|
||||
description: "",
|
||||
allowCrawlers: true,
|
||||
canonical: null,
|
||||
priority: 65,
|
||||
thumbnail: {
|
||||
url: "",
|
||||
width: 1200,
|
||||
height: 630
|
||||
}
|
||||
},
|
||||
searchEngine: page.page.searchEngine,
|
||||
tags: []
|
||||
}}>
|
||||
<Fragment slot="content">
|
||||
|
||||
Reference in New Issue
Block a user