Update some metadata for the photo category page

This commit is contained in:
itsfinniii
2026-04-03 22:33:41 +02:00
parent aa93600c79
commit 32c698c39a
7 changed files with 51 additions and 16 deletions

View File

@@ -35,6 +35,6 @@ type PhotoCategory = {
type: "PhotoCategory";
exists: boolean;
category: string;
category: PhotoAlbumCategory;
pageNumber: number;
}