Skip to content

Commit

Permalink
Merge pull request #97 from Yoshino-Yukitaro/develop
Browse files Browse the repository at this point in the history
feat: 画像をさらに最適化
  • Loading branch information
Yoshino-Yukitaro authored Mar 15, 2024
2 parents 82fedfc + c59c99b commit 017d174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/introduction.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import qiita from "../images/qiita.png";
<article class="flex flex-col justify-center text-center p-2">
<h1 class="text-5xl p-10">自己紹介</h1>
<span class="flex justify-center"
><Image src={glaceon} alt="ゆっきーのアイコン" width="150" height="150" class="align-center" fetchpriority="high" decoding="async" />
><Image src={glaceon} alt="ゆっきーのアイコン" width="150" height="150" class="align-center" fetchpriority="high" decoding="async" loading="eager" />
</span>
<h3 class="text-4xl p-5">ゆっきー</h3>
<div>
Expand All @@ -30,7 +30,7 @@ import qiita from "../images/qiita.png";
alt="twitterアカウント"
width="100"
height="90"
class="m-auto py-8 hover:opacity-50" decoding="async" />
class="m-auto py-8 hover:opacity-50" decoding="async" loading="eager" />
</a>
</li>
<li>
Expand All @@ -39,7 +39,7 @@ import qiita from "../images/qiita.png";
<Image src={soraAozora} alt="Blueskyアカウント"
width="100"
height="84"
class="m-auto py-8 hover:opacity-50" decoding="async" />
class="m-auto py-8 hover:opacity-50" decoding="async" loading="eager" />
</a>
</li>
<li>
Expand All @@ -48,7 +48,7 @@ import qiita from "../images/qiita.png";
<Image src={githubMark} alt="githubアカウント"
width="100"
height="100"
class="m-auto py-8 hover:opacity-50" decoding="async" />
class="m-auto py-8 hover:opacity-50" decoding="async" loading="eager" />
</a>
</li>
<li>
Expand All @@ -57,7 +57,7 @@ import qiita from "../images/qiita.png";
<Image src={qiita} alt="qiitaアカウント"
width="100"
height="100"
class="m-auto py-8 hover:opacity-50" decoding="async" />
class="m-auto py-8 hover:opacity-50" decoding="async" loading="eager" />
</a>
</li>
</ul>
Expand Down

0 comments on commit 017d174

Please sign in to comment.