Skip to content

Commit 4b73d8e

Browse files
committed
fix: tesing blog
1 parent dd04de2 commit 4b73d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(landing)/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function StreamingBlogGridWrapper() {
1717
limit: 12,
1818
sort: 'latest',
1919
});
20-
20+
console.log('posts', posts);
2121
return (
2222
<StreamingBlogGrid
2323
initialPosts={posts}

0 commit comments

Comments
 (0)