File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import Socials from "@components/Socials.astro";
10
10
import getSortedPosts from " @utils/getSortedPosts" ;
11
11
import { SOCIALS } from " @config" ;
12
12
import { Content as IntroContent } from " @content/main/intro.mdx" ;
13
+ import { LoadingImage } from " @components/LoadingImage" ;
13
14
14
15
const posts = await getCollection (" pages" );
15
16
const sortedPosts = getSortedPosts (posts );
@@ -20,11 +21,9 @@ const socialCount = SOCIALS.filter(social => social.active).length;
20
21
<Header />
21
22
<main id =" main-content" ></main >
22
23
<section id =" hero" >
23
- <img
24
- class =" md:block float-right mx-4 size-[120px] sm:size-[200px]"
25
- src =" /mdw-woods-lowres.png"
26
- alt =" Matt Welsh image"
27
- />
24
+ <div class =" md:block float-right mx-4 size-[120px] sm:size-[200px]" >
25
+ <LoadingImage client:load src =" /mdw-woods-lowres.png" />
26
+ </div >
28
27
<article
29
28
id =" article"
30
29
role =" article"
You can’t perform that action at this time.
0 commit comments