Add Photo Album pages

This commit is contained in:
itsfinniii
2026-04-26 15:32:59 +02:00
parent f86630bcb0
commit feac162baa
5 changed files with 37 additions and 7 deletions

View File

@@ -156,7 +156,7 @@ if (page === null || page.page === null || !page.page.exists) {
thumbnail: page.page.category.thumbnail
}}}>
<Fragment slot="content">
<AlbumPage album={page.page} />
<AlbumPage page={page.page} />
</Fragment>
</WebpageLayout>
) }