Fix thumbnail size for the album
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user