Skip to content

Commit 9493bde

Browse files
committed
[HG]hotfix: 누락된 데이터 수정
1 parent 4e4875b commit 9493bde

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/data/project.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": [
33
{
4-
"image": "https://lkyoung-bucket.s3.ap-northeast-2.amazonaws.com/assets/intro_page/project/itaxi.png?format=webp&as=srcset",
4+
"image": "https://media.cra206.org/cra-homepage/assets/projects/itaxi.png",
55
"title": "아이택시",
66
"description": [
77
"한동인의 No.1 교통 애플리케이션입니다.",
@@ -11,23 +11,13 @@
1111
"stack": "Flutter, Firebase, GCP, AWS, Java Spring Boot"
1212
},
1313
{
14-
"image": "https://lkyoung-bucket.s3.ap-northeast-2.amazonaws.com/assets/intro_page/project/hsafari.png?format=webp&as=srcset",
14+
"image": "https://media.cra206.org/cra-homepage/assets/projects/hsafari.png",
1515
"title": "H-Safari",
1616
"description": [
1717
"한동인들의 중고거래 플랫폼을 제공하는 서비스입니다.",
1818
"20-1학기 신입 방학 프로젝트 때 제작되었습니다."
1919
],
2020
"stack": "Flutter, Node.js, Firebase"
21-
},
22-
{
23-
"image": "https://lkyoung-bucket.s3.ap-northeast-2.amazonaws.com/assets/intro_page/project/timetable.png?format=webp&as=srcset",
24-
"title": "대학 시간",
25-
"description": [
26-
"Histime 재개발 프로젝트입니다!",
27-
"재학생 중 천명이 넘게 사용하고 있으며, 재정비하여 2주차부터 서비스를 시작하려고 합니다.",
28-
" 앞으로 합승 후 정산하기에 도움이 되도록 확장 준비중입니다."
29-
],
30-
"stack": "Flutter, Firebase, GCP, AWS, Java Spring Boot"
3121
}
3222
]
3323
}

0 commit comments

Comments
 (0)