diff --git a/src/components/gallery/JustifiedGallery.tsx b/src/components/gallery/JustifiedGallery.tsx index 1af5520..2364d10 100644 --- a/src/components/gallery/JustifiedGallery.tsx +++ b/src/components/gallery/JustifiedGallery.tsx @@ -239,7 +239,7 @@ function GalleryTile({ const { item, w, h } = tile; const href = `${hrefBase}/${item.id}?from=${encodeURIComponent(hrefFrom)}`; - const src = `/api/image/thumbnail/${item.fileKey}.webp`; + const src = `/api/image/gallery/${item.fileKey}.webp`; const style: CSSProperties & { "--dom"?: string } = {}; const dom = normalizeColor(item.dominantHex);