File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,7 @@ export const projects: Project[] = [
99 githubUrl : 'https://github.com/boostcampwm-2024/web27-Preview' ,
1010 slug : 'preview' ,
1111 } ,
12- {
13- title : 'Primitive' ,
14- description : '프로그래밍 동아리 PRIMITIVE 홍보 및 프로젝트 공유 플랫폼' ,
15- image : '/images/logo/primitive-logo.webp' ,
16- tags : [ 'React' , 'TypeScript' , 'Firebase' ] ,
17- demoUrl : 'https://primitive.kr' ,
18- githubUrl : 'https://github.com/ShipFriend0516/Primitive' ,
19- slug : 'primitive' ,
20- } ,
12+
2113 {
2214 title : 'ShipFriend TechBlog' ,
2315 description : '개인 개발 블로그' ,
@@ -37,4 +29,13 @@ export const projects: Project[] = [
3729 githubUrl : 'https://github.com/ShipFriend0516/StoryHelper' ,
3830 slug : 'storyhelper' ,
3931 } ,
32+ {
33+ title : 'Primitive' ,
34+ description : '프로그래밍 동아리 PRIMITIVE 홍보 및 프로젝트 공유 플랫폼' ,
35+ image : '/images/logo/primitive-logo.webp' ,
36+ tags : [ 'React' , 'TypeScript' , 'Firebase' ] ,
37+ demoUrl : 'https://primitive.kr' ,
38+ githubUrl : 'https://github.com/ShipFriend0516/Primitive' ,
39+ slug : 'primitive' ,
40+ } ,
4041] ;
You can’t perform that action at this time.
0 commit comments