diff --git a/astro/src/components/photos/Category.astro b/astro/src/components/photos/Category.astro index 8f57dda..41e02cd 100644 --- a/astro/src/components/photos/Category.astro +++ b/astro/src/components/photos/Category.astro @@ -30,8 +30,8 @@ const categoryAlbums = await getCategoryAlbums(settings, category.category.url); {album.title} diff --git a/astro/src/components/photos/CategoryIndex.astro b/astro/src/components/photos/CategoryIndex.astro index 9d47e15..bd36adc 100644 --- a/astro/src/components/photos/CategoryIndex.astro +++ b/astro/src/components/photos/CategoryIndex.astro @@ -25,8 +25,8 @@ const categories = await getAllCategories(settings); {category.title}