perf(web): optimize response sizes for initial page load (#7594)

This commit is contained in:
Mert
2024-03-06 12:05:53 -05:00
committed by GitHub
parent ba12d92af3
commit f88343019d
2 changed files with 14 additions and 13 deletions

View File

@@ -73,7 +73,7 @@
>
<img
class="h-full w-full rounded-xl object-cover"
src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Jpeg)}
src={getAssetThumbnailUrl(memory.assets[0].id, ThumbnailFormat.Webp)}
alt={`Memory Lane ${getAltText(memory.assets[0])}`}
draggable="false"
/>