Skip to content

Commit 0a46d68

Browse files
committed
fix build
1 parent c1e7582 commit 0a46d68

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: cachix/install-nix-action@v31
4343
- run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/articles/*/*
44-
- run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/members/*
44+
- run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/members/*/*

contents/members/2025/ebessan/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ joinYear: 2025
55
description: 健康第一
66
upperBodyImage: ./ebessan.jpg
77
faceImage: ./ebessan.jpg
8-
github: https://github.com/faithia-anastasia
8+
github: faithia-anastasia
99
---
1010

1111
プログラミングに興味を持って入りました。よろしくお願いします。

contents/members/2025/ski.com/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ joinYear: 2025
55
description: 人工言語が好きなプログラマーです。
66
upperBodyImage: ./ski-com.jpg
77
faceImage: ./ski-com.jpg
8-
github: https://github.com/ski-dot-com
8+
github: ski-dot-com
99
twitter: ski_dot_com
1010
---
1111

contents/members/2025/sota-tamura/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ joinYear: 2025
55
description: ジオメトリーダッシュというゲームをガチってます
66
upperBodyImage: ./sota-tamura.jpg
77
faceImage: ./sota-tamura.jpg
8-
github: https://github.com/SotaTamura
8+
github: SotaTamura
99
twitter: tamtam_sauce
1010
---
1111

contents/members/2025/thoth/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ joinYear: 2025
55
description: ゆるふわに開発してます。
66
upperBodyImage: ./thoth.png
77
faceImage: ./thoth.png
8-
github: https://github.com/thoth333
8+
github: thoth333
99
twitter: thwth333
1010
---
1111
開発者名義を新調して心機一転!
12-
ゆるふわフロントエンドエンジニアを目指します。なにとぞ。
12+
ゆるふわフロントエンドエンジニアを目指します。なにとぞ。
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Icon } from "astro-icon/components";
1111
export async function getStaticPaths() {
1212
const members = await getMembers();
1313
return members.map((member) => ({
14-
params: { member: member.id },
14+
params: { id: member.id },
1515
props: { member },
1616
}));
1717
}

0 commit comments

Comments
 (0)