mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-13 23:55:35 -04:00
prioritize above-the-fold images
This commit is contained in:
@@ -36,7 +36,7 @@ const CLI = () => (
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Image src={cliImg} placeholder="blur" alt="Terminal Screenshot" />
|
||||
<Image src={cliImg} placeholder="blur" alt="Terminal Screenshot" priority />
|
||||
</a>
|
||||
<h2>Usage</h2>
|
||||
<pre>
|
||||
|
@@ -44,7 +44,7 @@ const Previously = () => (
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Image src={img_wayback} placeholder="blur" alt="Timeline of this website's past." />
|
||||
<Image src={img_wayback} placeholder="blur" alt="Timeline of this website's past." priority />
|
||||
</a>
|
||||
<figcaption>
|
||||
...the{" "}
|
||||
|
@@ -34,7 +34,7 @@ const Uses = () => (
|
||||
. ❤️
|
||||
</p>
|
||||
|
||||
<Image src={desktopImg} placeholder="blur" alt="My mess of a desktop." />
|
||||
<Image src={desktopImg} placeholder="blur" alt="My mess of a desktop." priority />
|
||||
|
||||
<h2>🍎 Hardware</h2>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user