From d19f490d26c25e69eb6b7125bc63a7402447a584 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 10 Dec 2021 19:01:33 +0600 Subject: [PATCH] Change limit of blog posts --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index b207f99..9dc281c 100644 --- a/src/config.js +++ b/src/config.js @@ -81,7 +81,7 @@ module.exports = { // Display blog posts from your medium or dev.to account. (Optional) source: 'dev.to', // medium | dev.to username: 'arifszn', - limit: 2 // How many posts to display. Max is 10. + limit: 3 // How many posts to display. Max is 10. }, googleAnalytics: { // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX