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

@@ -12,8 +12,6 @@ interface Props {
const category = Astro.props.category;
const settings = await getSettings();
const categoryAlbums = await getCategoryAlbums(settings, category.category.url);
console.log(categoryAlbums);
---
<div