From d84467f29bd08d5bbe9b86f7dc7e2278bba13fb4 Mon Sep 17 00:00:00 2001 From: Citali Date: Wed, 28 Jan 2026 14:44:18 +0100 Subject: [PATCH] Replace thumbnail with resized type on portfolio page --- src/components/portfolio/ColorMasonryGallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {