Fix some more routing related things
This commit is contained in:
1
astro/src/types/photos/album.d.ts
vendored
1
astro/src/types/photos/album.d.ts
vendored
@@ -16,6 +16,7 @@ type PhotoAlbum = {
|
||||
}
|
||||
|
||||
type PhotoAlbumCategory = {
|
||||
id: string;
|
||||
title: string;
|
||||
url: string;
|
||||
thumbnail: PhotoProps;
|
||||
|
||||
Reference in New Issue
Block a user