Replace thumbnail with resized type on portfolio page

This commit is contained in:
2026-01-28 14:44:18 +01:00
parent 7c1659effa
commit d84467f29b

View File

@ -72,7 +72,7 @@ function packStableMasonry(
} }
function thumbUrl(fileKey: string) { function thumbUrl(fileKey: string) {
return `/api/image/thumbnail/${fileKey}.webp`; return `/api/image/resized/${fileKey}.webp`;
} }
function useResizeObserverWidth() { function useResizeObserverWidth() {