From 16414a6b513827b5d6bd8c9f4bf23a10f8b0825f Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 9 Sep 2025 03:10:46 +0900 Subject: [PATCH] Update tech stack for EPC/broadcast project to include Elysia --- src/components/Projects.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index d69bce8..e25075f 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -5,7 +5,7 @@ const projects = [ name: "EPC/broadcast", url: "https://www.youtube.com/playlist?list=PLZeYZotn5_IOJDek6e35NKzUtJm09yxZD", description: "Effect Playing Contest 2025의 방송화면 기능 부분을 맡았습니다.", - techStack: ["Bun", "TypeScript", "React"] + techStack: ["Bun", "Elysia", "React"] }, { name: "team-neko/two_hearts",