Skip to content

Commit

Permalink
✨ Fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Oct 13, 2024
1 parent 534b2b5 commit 79722f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-c78b2376.js"></script>
<script type="module" crossorigin src="/assets/index-d62ba133.js"></script>
<link rel="stylesheet" href="/assets/index-f04136fa.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-c78b2376.js"></script>
<script type="module" crossorigin src="/assets/index-d62ba133.js"></script>
<link rel="stylesheet" href="/assets/index-f04136fa.css">
</head>
<body>
Expand Down
5 changes: 4 additions & 1 deletion src/locales/ko-KR/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import current from "./current";
import experience from "./experience";

export const main = {
title: { developer: "Generalist FE 개발자", name: "고도현 | Dohyun Ko" },
title: {
developer: "Generalist FE 개발자",
name: "고도현 | Dohyun Ko | 산업기능요원 보충역",
},
introduction:
"3년차 프론트엔드 개발자로, 스타트업과 연구실에서 웹과 앱 개발을 주도했으며, 장기 사이드 프로젝트를 통해 실제 서비스 개발 경험을 쌓았습니다. 다양한 기술 스택을 활용하여 사용자 중심의 서비스를 개발하는 데 주력합니다.",
current,
Expand Down

0 comments on commit 79722f4

Please sign in to comment.