urfreespace commented on a change in pull request #22:
URL: https://github.com/apache/pulsar-site/pull/22#discussion_r832817626



##########
File path: site2/website-next/src/pages/index.js
##########
@@ -149,7 +148,10 @@ export default function Home() {
       pulsingWaves.classList.add("show-waves");
     }, 50);
   });
-
+  // gets blog posts
+  const recentPosts = 
require("../../.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json");
+  const latestPost = recentPosts.items[0];
+  console.log(latestPost);

Review comment:
       please remove the test code @Paul-TT 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to