Update some metadata for the photo category page
This commit is contained in:
2
astro/src/types/photos/album.d.ts
vendored
2
astro/src/types/photos/album.d.ts
vendored
@@ -35,6 +35,6 @@ type PhotoCategory = {
|
||||
type: "PhotoCategory";
|
||||
exists: boolean;
|
||||
|
||||
category: string;
|
||||
category: PhotoAlbumCategory;
|
||||
pageNumber: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user