From 33b8b891b2c1ad1cb3e5026f1063ab5050a7a074 Mon Sep 17 00:00:00 2001 From: alreadynyeong Date: Tue, 19 Mar 2024 19:10:26 +0900 Subject: [PATCH] =?UTF-8?q?Docs:=20=EB=A7=81=ED=81=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/Project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Project.ts b/data/Project.ts index aa56c6c..8203809 100644 --- a/data/Project.ts +++ b/data/Project.ts @@ -346,7 +346,7 @@ export const ProjectList: Project[] = [ QA를 위해 vercel을 사용해 배포했습니다. `, - link: "https://iter.netlify.app/", + link: "https://iter-opal.vercel.app/", result: ` 이번 프로젝트를 통해 Stitches를 사용해 스타일을 정의하고, vite-plugin-svgr를 사용해 svg를 컴포넌트로 사용하는 경험을 할 수 있었습니다. 또한, react-query를 사용해 데이터를 불러오고 수정하는 경험을 할 수 있었습니다.