Replace thumbnail with resized type on portfolio page
This commit is contained in:
@ -72,7 +72,7 @@ function packStableMasonry(
|
||||
}
|
||||
|
||||
function thumbUrl(fileKey: string) {
|
||||
return `/api/image/thumbnail/${fileKey}.webp`;
|
||||
return `/api/image/resized/${fileKey}.webp`;
|
||||
}
|
||||
|
||||
function useResizeObserverWidth() {
|
||||
|
||||
Reference in New Issue
Block a user