Skip to content

Commit

Permalink
Update src/pages/index.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Fedorov <[email protected]>
Signed-off-by: Shivank Anchal <[email protected]>
  • Loading branch information
anchalshivank and sergefdrv authored Aug 9, 2024
1 parent 3903ee8 commit b92f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Home() {

useBrokenLinks().collectAnchor('#contact-email');

const blogsCount = siteConfig.customFields.recentBlogPostsOnHomePage;
const nrRecentBlogPosts = siteConfig.customFields.recentBlogPostsOnHomePage;

return (
<Layout
Expand Down

0 comments on commit b92f0fc

Please sign in to comment.