+ To get started, open the src/pages
directory in your project.
+
+ src/pages
Posts Data from Payload Local API
+-
+ {
+ posts.docs.map((post) => (
+
-
+
{post.title}
+ +
+ ))
+ }
+