diff --git a/src/collections/Collectibles/endpoints/getBySlugEndpointGalleryImage.ts b/src/collections/Collectibles/endpoints/getBySlugEndpointGalleryImage.ts index aeb71bb..bda907f 100644 --- a/src/collections/Collectibles/endpoints/getBySlugEndpointGalleryImage.ts +++ b/src/collections/Collectibles/endpoints/getBySlugEndpointGalleryImage.ts @@ -66,6 +66,7 @@ export const getBySlugEndpointGalleryImage: CollectionEndpoint = { backlinks: [ { type: Collections.Collectibles, + subpage: "gallery", value: convertCollectibleToEndpointCollectiblePreview(collectible), }, ], diff --git a/src/collections/Collectibles/endpoints/getBySlugEndpointScanPage.ts b/src/collections/Collectibles/endpoints/getBySlugEndpointScanPage.ts index 04351ae..bf2a5ba 100644 --- a/src/collections/Collectibles/endpoints/getBySlugEndpointScanPage.ts +++ b/src/collections/Collectibles/endpoints/getBySlugEndpointScanPage.ts @@ -66,6 +66,7 @@ export const getBySlugEndpointScanPage: CollectionEndpoint = { backlinks: [ { type: Collections.Collectibles, + subpage: "scans", value: convertCollectibleToEndpointCollectiblePreview(collectible), }, ], diff --git a/src/shared b/src/shared index caa79de..63d1733 160000 --- a/src/shared +++ b/src/shared @@ -1 +1 @@ -Subproject commit caa79dee9eca5b9b6959e6f5a721245202423612 +Subproject commit 63d17331a17a5ab7874599d1df4ecf6b45ac89f3