Add priority and lazy loading to some images

This commit is contained in:
marzban-dev
2025-09-09 10:45:27 +03:30
parent 8a498147e1
commit 4a21072e54
28 changed files with 192 additions and 132 deletions
@@ -123,6 +123,8 @@ watch(
>
<NuxtImg
:src="data.product.image"
loading="lazy"
fetch-priority="low"
class="object-cover size-full"
alt="product"
/>