From 3ce901522c97b2f982f690abf752a1bbfb255edb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 7 Sep 2025 18:38:31 -0500 Subject: [PATCH] Check smallest optimized file --- src/photo/storage/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/photo/storage/index.ts b/src/photo/storage/index.ts index 35b9f37f..8f072203 100644 --- a/src/photo/storage/index.ts +++ b/src/photo/storage/index.ts @@ -128,7 +128,7 @@ const getTestOptimizedPhotoUrl = (url: string) => { return getOptimizedUrl({ urlBase, fileNameBase, - suffix: OPTIMIZED_SUFFIX_DEFAULT, + suffix: 'sm', }); };