Fix thumbnail size for the album

This commit is contained in:
itsfinniii
2026-04-27 17:24:08 +02:00
parent 79e343dbdc
commit b304cc400c
3 changed files with 21 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ if (page === null || page.page === null || !page.page.exists) {
allowCrawlers: true,
canonical: null,
priority: 65,
thumbnail: page.page.category.thumbnail
thumbnail: page.page.thumbnail
}}}>
<Fragment slot="content">
<AlbumPage page={page.page} />