in src/app/ResultCard.tsx [15:17]
function getThumbnailUrl(imageUrl:string):string { return imageUrl.replace(/width=(\d+)/, "width=120") }