Fix some issues with the image hashing

This commit is contained in:
itsfinniii
2026-04-05 22:10:06 +02:00
parent 5c161b8381
commit f95f792775
4 changed files with 10 additions and 20 deletions

View File

@@ -157,7 +157,7 @@ if (page === null || page.page === null || !page.page.exists) {
}
}}}>
<Fragment slot="content">
<div>Photo</div>
<div>{page.page.id}</div>
</Fragment>
</WebpageLayout>
) }