diff --git a/src/components/portfolio/ColorMasonryGallery.tsx b/src/components/portfolio/ColorMasonryGallery.tsx index 43ebd60..083a65a 100644 --- a/src/components/portfolio/ColorMasonryGallery.tsx +++ b/src/components/portfolio/ColorMasonryGallery.tsx @@ -72,7 +72,7 @@ function packStableMasonry( } function thumbUrl(fileKey: string) { - return `/api/image/thumbnail/${fileKey}.webp`; + return `/api/image/resized/${fileKey}.webp`; } function useResizeObserverWidth() {