Add OG thumbnail to Photo Category Index
This commit is contained in:
2
astro/src/types/photos/category.d.ts
vendored
2
astro/src/types/photos/category.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
type PhotoCategoryIndex = {
|
||||
type: "PhotoCategoryIndex";
|
||||
exists: boolean;
|
||||
|
||||
category: PhotoAlbumCategory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user