Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 7, 2023
1 parent dc6d833 commit c956237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/app/[[...page]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PageButtons } from '@/components/PageButtons';
import { BlogPostPreview } from '@/components/PostPreview';
import { getPostsMetadata } from '@/lib/get_posts';
import { createMetadata } from '@/lib/metadata';
import { splitArray, splitArrayBiasFirst } from '@/lib/split_array';
import { splitArrayBiasFirst } from '@/lib/split_array';

const MAX_PER_PAGE = 6;

Expand Down

0 comments on commit c956237

Please sign in to comment.