Check smallest optimized file

This commit is contained in:
Sam Becker 2025-09-07 18:38:31 -05:00
parent 7ec8d69b5f
commit 3ce901522c

View File

@ -128,7 +128,7 @@ const getTestOptimizedPhotoUrl = (url: string) => {
return getOptimizedUrl({ return getOptimizedUrl({
urlBase, urlBase,
fileNameBase, fileNameBase,
suffix: OPTIMIZED_SUFFIX_DEFAULT, suffix: 'sm',
}); });
}; };