Skip to content

Commit

Permalink
Merge pull request #182 from nr2f1/blog-pagination-12
Browse files Browse the repository at this point in the history
feat: blog pagination
  • Loading branch information
pataruco authored Jan 28, 2025
2 parents 235c91c + 5ea35a0 commit 4607c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/[lang]/blog/page-body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getSkipPagination = (page: BlogPageBodyProps['page'], limit: number) => {
};

const BlogPageBody: React.FC<BlogPageBodyProps> = async ({ lang, page }) => {
const LIMIT = 6;
const LIMIT = 12;

const {
data: { blogPageCollection },
Expand Down

0 comments on commit 4607c32

Please sign in to comment.