mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Stability fixes
This commit is contained in:
parent
69eddc148a
commit
3534a19dd4
10 changed files with 2405 additions and 2497 deletions
|
|
@ -22,7 +22,8 @@ const { title, href, image, loading = false } = props
|
|||
<Image
|
||||
src={`https://cdn.sittingonclouds.net${image}`}
|
||||
alt={`${title} cover`}
|
||||
inferSize
|
||||
height={500}
|
||||
width={500}
|
||||
quality='low'
|
||||
class='rounded-md scale-95 group-hover:scale-100 transition-transform'
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue