Update some metadata for the photo category page
This commit is contained in:
@@ -11,7 +11,7 @@ interface Props {
|
||||
|
||||
const category = Astro.props.category;
|
||||
const settings = await getSettings();
|
||||
const categoryAlbums = await getCategoryAlbums(settings, category.category);
|
||||
const categoryAlbums = await getCategoryAlbums(settings, category.category.url);
|
||||
|
||||
console.log(categoryAlbums);
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user