This commit is contained in:
Samandar Turgunboyev
2026-01-24 17:23:50 +05:00
parent 33185702df
commit 105c384994
16 changed files with 23 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ const ProductDetail = () => {
<div>
<Image
width={500}
unoptimized
height={500}
src={
data && data?.images?.length !== 0
@@ -192,6 +193,7 @@ const ProductDetail = () => {
<Image
src={BASE_URL + img.image}
alt=""
unoptimized
width={120}
height={120}
className="object-contain"