This commit is contained in:
juancmandev 2025-03-14 20:50:36 -06:00
parent a2a805a8b2
commit 41f0c630d3

View File

@ -11,11 +11,11 @@ const randomIndex = Math.floor(Math.random() * (imagePaths.length - 0));
const randomImage = `/src/assets/random/${imagePaths[randomIndex]}`;
---
<Image
<!-- <Image
decoding='sync'
loading='eager'
src={images[randomImage]()}
alt='image'
width={300}
class='w-auto h-auto rounded-md aspect-auto object-cover mx-auto'
/>
/> -->