Skip to content

Commit

Permalink
feat: BLOG-74 게시글 불러오는 개수 20 -> 100으로 증가 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu9663 authored Aug 4, 2024
1 parent 121b3b6 commit 7079138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/dato/getPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const GET_META_FIELDS = `
query allArticles {
allArticles(orderBy: _createdAt_DESC,filter:{
ispublic: {eq: true}
}) {
},first: "100") {
id
category
_createdAt
Expand Down

0 comments on commit 7079138

Please sign in to comment.