We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd04de2 commit 4b73d8eCopy full SHA for 4b73d8e
1 file changed
app/(landing)/blog/page.tsx
@@ -17,7 +17,7 @@ async function StreamingBlogGridWrapper() {
17
limit: 12,
18
sort: 'latest',
19
});
20
-
+ console.log('posts', posts);
21
return (
22
<StreamingBlogGrid
23
initialPosts={posts}
0 commit comments