Skip to content

Commit

Permalink
I am confused
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Nov 19, 2024
1 parent bc895dc commit 35c262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/models/collectionCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class CollectionCardModel {
this.title = data.title;
this.url =
process.env.APP_ENV === "production"
? data.url.replace("https://digitalcollections.nypl.org", "")
? data.url
: `/collections/${data.uuid}`;
this.imageID = data.image_id || data.imageID;
this.imageURL = imageURL(data.imageID, "full", "288,", "0");
Expand Down

0 comments on commit 35c262a

Please sign in to comment.