fix: move about assets into src
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
This commit is contained in:
parent
414164f3b1
commit
9d86db033f
22 changed files with 77 additions and 68 deletions
|
@ -27,7 +27,6 @@ const { interval = 3000, images } = Astro.props;
|
|||
<Image
|
||||
src={image.data.image.url}
|
||||
alt={`Slide ${index + 1}`}
|
||||
title={image.data.title}
|
||||
class="h-full w-full rounded-sm object-cover transition-all duration-300 group-hover:brightness-50"
|
||||
loading="eager"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue