Chg: Astro 6.1.7 / New: kleismicをリンクに追加 / Chg: imgタグをImageに変更 / Chg: index.astroの自己紹介のfont-sizeを1remに変更 / Chg: ライトモードのborder-colorを変更 / Chg: ライトモードのフッターの背景色を変更
This commit is contained in:
@@ -5,11 +5,15 @@ import details from "@/constants/details";
|
||||
import links from "@/constants/links";
|
||||
import contacts from "@/constants/contacts";
|
||||
import supports from "@/constants/supports";
|
||||
import { Image } from "astro:assets";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<div class="profile">
|
||||
<img
|
||||
<Image
|
||||
width="20"
|
||||
height="20"
|
||||
loading="eager"
|
||||
src={new URL("/avatar.png", Astro.url.origin).toString()}
|
||||
alt="アバター"
|
||||
/>
|
||||
@@ -50,7 +54,7 @@ import supports from "@/constants/supports";
|
||||
<span id="link">リンク</span>
|
||||
|
||||
{links.map((link) => (
|
||||
<Card {...link} />
|
||||
<Card imgLoading="eager" {...link} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
@@ -102,7 +106,6 @@ import supports from "@/constants/supports";
|
||||
}
|
||||
|
||||
.profile div p {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 350;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user