improvements for lighthouse scores

This commit is contained in:
Sol Irvine
2023-11-13 15:58:20 +09:00
parent 0d2fef5f42
commit 312e03d94f
6 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ export function ProductTastingNotes({ product }: { product: Product }) {
width={imageWidth}
height={imageHeight}
alt={imageAlt || imageUrl}
priority={true}
/>
</div>
)}