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