Updated collectible's subpages
This commit is contained in:
parent
935b130075
commit
c9cc673419
|
@ -66,6 +66,7 @@ export const getBySlugEndpointGalleryImage: CollectionEndpoint = {
|
|||
backlinks: [
|
||||
{
|
||||
type: Collections.Collectibles,
|
||||
subpage: "gallery",
|
||||
value: convertCollectibleToEndpointCollectiblePreview(collectible),
|
||||
},
|
||||
],
|
||||
|
|
|
@ -66,6 +66,7 @@ export const getBySlugEndpointScanPage: CollectionEndpoint = {
|
|||
backlinks: [
|
||||
{
|
||||
type: Collections.Collectibles,
|
||||
subpage: "scans",
|
||||
value: convertCollectibleToEndpointCollectiblePreview(collectible),
|
||||
},
|
||||
],
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit caa79dee9eca5b9b6959e6f5a721245202423612
|
||||
Subproject commit 63d17331a17a5ab7874599d1df4ecf6b45ac89f3
|
Loading…
Reference in New Issue