Skip to content

Commit

Permalink
fix: about 리뷰 초기 6개, 12개 (더미 사용)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 21, 2021
1 parent 5df8dde commit 23e9691
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 1 deletion.
9 changes: 9 additions & 0 deletions content/about/reviews/10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "10",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
9 changes: 9 additions & 0 deletions content/about/reviews/11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "11",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
9 changes: 9 additions & 0 deletions content/about/reviews/12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "12",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
9 changes: 9 additions & 0 deletions content/about/reviews/7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "7",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
9 changes: 9 additions & 0 deletions content/about/reviews/8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "8",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
9 changes: 9 additions & 0 deletions content/about/reviews/9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "9",
"th": "17기",
"thBackgroundColor": "#FFD9C3",
"thTextColor": "#FF5209",
"title": "IT 연합 동아리 NEXTERS(넥스터즈) 활동 후기 - 개발왕, 도던",
"author": "개발왕, 도던",
"href": "https://makemethink.tistory.com/103"
}
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default defineComponent({
"href",
])
.sortBy("id")
.limit(3)
.limit(6)
.fetch()
.catch((err) => {
console.log(err);
Expand Down

0 comments on commit 23e9691

Please sign in to comment.