revert(index): revert removal of eager loading
This commit is contained in:
parent
fa8a0da4b0
commit
7ca470d078
1 changed files with 6 additions and 1 deletions
|
@ -3,4 +3,9 @@ import { Image } from "astro:assets";
|
|||
import logo from "/src/assets/logo.svg";
|
||||
---
|
||||
|
||||
<Image src={logo} alt="logo" class="w-48 opacity-0 motion-logo" />
|
||||
<Image
|
||||
src={logo}
|
||||
alt="logo"
|
||||
loading="eager"
|
||||
class="w-48 opacity-0 motion-logo"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue