Skip to content

Commit

Permalink
chore: update photo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Oct 11, 2024
1 parent e7c691a commit e1a683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cloudinary.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function getCloudinaryURL(
return new URL(url);
}

let MUGSHOT = "website/zitzbp5hl2p5mdw8pdec" as const;
let MUGSHOT = "website/1663416590737636005" as const;

export function getMugshotURL(transformations: TransformerOption = {}): URL {
return getCloudinaryURL(MUGSHOT, transformations);
Expand Down

0 comments on commit e1a683a

Please sign in to comment.