Fix some issues with the image hashing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user