File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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/*/*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ joinYear: 2025
55description : 健康第一
66upperBodyImage : ./ebessan.jpg
77faceImage : ./ebessan.jpg
8- github : https://github.com/ faithia-anastasia
8+ github : faithia-anastasia
99---
1010
1111プログラミングに興味を持って入りました。よろしくお願いします。
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ joinYear: 2025
55description : 人工言語が好きなプログラマーです。
66upperBodyImage : ./ski-com.jpg
77faceImage : ./ski-com.jpg
8- github : https://github.com/ ski-dot-com
8+ github : ski-dot-com
99twitter : ski_dot_com
1010---
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ joinYear: 2025
55description : ジオメトリーダッシュというゲームをガチってます
66upperBodyImage : ./sota-tamura.jpg
77faceImage : ./sota-tamura.jpg
8- github : https://github.com/ SotaTamura
8+ github : SotaTamura
99twitter : tamtam_sauce
1010---
1111
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ joinYear: 2025
55description : ゆるふわに開発してます。
66upperBodyImage : ./thoth.png
77faceImage : ./thoth.png
8- github : https://github.com/ thoth333
8+ github : thoth333
99twitter : thwth333
1010---
1111開発者名義を新調して心機一転!
12- ゆるふわフロントエンドエンジニアを目指します。なにとぞ。
12+ ゆるふわフロントエンドエンジニアを目指します。なにとぞ。
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Icon } from "astro-icon/components";
1111export 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}
You can’t perform that action at this time.
0 commit comments