urfreespace commented on a change in pull request #22:
URL: https://github.com/apache/pulsar-site/pull/22#discussion_r832819026
##########
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");
Review comment:
Have you tried to run `npm run build`? I'm not sure if this will make
the building fail, please take a test, thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]