@@ -27,27 +27,6 @@ const popularPostsData: popularPostsDataType = [
2727 imgLineOne : "" ,
2828 imgLineTwo : "CORS" ,
2929 } ,
30- {
31- id : 15 ,
32- title : "다익스트라 알고리즘" ,
33- filename : "Dijkstra" ,
34- imgLineOne : "" ,
35- imgLineTwo : "Dijkstra" ,
36- } ,
37- {
38- id : 16 ,
39- title : "플로이드 워셜 알고리즘" ,
40- filename : "Floyed-warshell" ,
41- imgLineOne : "Floyed" ,
42- imgLineTwo : "Warshell" ,
43- } ,
44- {
45- id : 17 ,
46- title : "KMP 알고리즘 정리" ,
47- filename : "KMP" ,
48- imgLineOne : "" ,
49- imgLineTwo : "KMP" ,
50- } ,
5130 {
5231 id : 13 ,
5332 title : "클린 아키텍처에 대해 알아보자" ,
@@ -56,18 +35,11 @@ const popularPostsData: popularPostsDataType = [
5635 imgLineTwo : "Architecture" ,
5736 } ,
5837 {
59- id : 1 ,
60- title : "개인 블로그를 개발한 이유" ,
61- filename : "Blog" ,
62- imgLineOne : "" ,
63- imgLineTwo : "My Blog" ,
64- } ,
65- {
66- id : 2 ,
67- title : "CORS와 해결방법" ,
68- filename : "Cors" ,
69- imgLineOne : "" ,
70- imgLineTwo : "CORS" ,
38+ id : 6 ,
39+ title : "윈도우 터미널 꾸미기" ,
40+ filename : "Ohmyposh" ,
41+ imgLineOne : "Oh My" ,
42+ imgLineTwo : "Posh" ,
7143 } ,
7244 {
7345 id : 15 ,
@@ -76,6 +48,13 @@ const popularPostsData: popularPostsDataType = [
7648 imgLineOne : "" ,
7749 imgLineTwo : "Dijkstra" ,
7850 } ,
51+ {
52+ id : 20 ,
53+ title : "2022년 회고와 앞으로의 목표" ,
54+ filename : "Review2022" ,
55+ imgLineOne : "2022" ,
56+ imgLineTwo : "Review" ,
57+ } ,
7958 {
8059 id : 16 ,
8160 title : "플로이드 워셜 알고리즘" ,
@@ -85,17 +64,38 @@ const popularPostsData: popularPostsDataType = [
8564 } ,
8665 {
8766 id : 17 ,
88- title : "KMP 알고리즘 정리 " ,
67+ title : "KMP 알고리즘" ,
8968 filename : "KMP" ,
9069 imgLineOne : "" ,
9170 imgLineTwo : "KMP" ,
9271 } ,
9372 {
94- id : 13 ,
95- title : "클린 아키텍처에 대해 알아보자" ,
96- filename : "The-clean-architecture" ,
97- imgLineOne : "Clean" ,
98- imgLineTwo : "Architecture" ,
73+ id : 18 ,
74+ title : "React에서 setInterval의 한계점" ,
75+ filename : "useInterval" ,
76+ imgLineOne : "React" ,
77+ imgLineTwo : "LifeCycle" ,
78+ } ,
79+ {
80+ id : 10 ,
81+ title : "힙 정렬(heap sort)에 대해 알아보자" ,
82+ filename : "Heapsort" ,
83+ imgLineOne : "" ,
84+ imgLineTwo : "Heap sort" ,
85+ } ,
86+ {
87+ id : 22 ,
88+ title : "CSRF 공격" ,
89+ filename : "Csrf" ,
90+ imgLineOne : "" ,
91+ imgLineTwo : "CSRF" ,
92+ } ,
93+ {
94+ id : 21 ,
95+ title : "Gradle을 kotiln dsl로 마이그레이션" ,
96+ filename : "Kts" ,
97+ imgLineOne : "kts" ,
98+ imgLineTwo : "migration" ,
9999 } ,
100100] ;
101101
0 commit comments