Add OG thumbnail to Photo Category Index

This commit is contained in:
itsfinniii
2026-04-03 22:16:17 +02:00
parent 0b45967d30
commit aa93600c79
3 changed files with 10 additions and 3 deletions

View File

@@ -147,13 +147,13 @@ if (page === null || page.page === null || !page.page.exists) {
{ page.pageType === "PhotoCategoryIndex" && (
<WebpageLayout settings={{
searchEngine: {
title: "Projects",
title: "Categories",
description: "",
allowCrawlers: true,
canonical: null,
priority: 65,
thumbnail: {
url: "",
url: page.page.category.thumbnail.url,
width: 1200,
height: 630
}
@@ -167,7 +167,7 @@ if (page === null || page.page === null || !page.page.exists) {
{ page.pageType === "PhotoCategory" && (
<WebpageLayout settings={{
searchEngine: {
title: "Projects",
title: "",
description: "",
allowCrawlers: true,
canonical: null,