From c9cc6734192aaed2a8e168cd01c9f48428f33c6e Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:28:25 +0200 Subject: [PATCH] Updated collectible's subpages --- .../Collectibles/endpoints/getBySlugEndpointGalleryImage.ts | 1 + .../Collectibles/endpoints/getBySlugEndpointScanPage.ts | 1 + src/shared | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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