Skip to content

Commit f26aba8

Browse files
cursoragentyamanoku
andcommitted
fix: unify speaker name ushironoko to うしろのこ
2022/2023 used うしろのこ while 2026 used ushironoko, so DirectoryView treated them as separate speakers. Normalize the display name to うしろのこ. Co-authored-by: Oyama Michinoku <0910yama@gmail.com>
1 parent ab2833c commit f26aba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/speakers-2026.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const speakers2026: SpeakerInfo[] = [
8282
url: "https://vuefes.jp/2026/speaker/hiranuma",
8383
},
8484
{
85-
name: ["ushironoko"],
85+
name: ["うしろのこ"],
8686
title: "型なし、テストなし、1万行のドメインロジックがあるVuexをPiniaへ移行する",
8787
url: "https://vuefes.jp/2026/speaker/ushironoko",
8888
},

0 commit comments

Comments
 (0)