From cdc66ea70b818f24517950aec664efcece4c024e Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 27 Mar 2022 18:57:40 +0600 Subject: [PATCH] Change default blog posts limit to 5 --- src/helpers/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/utils.jsx b/src/helpers/utils.jsx index ddf5bef..3d53a06 100644 --- a/src/helpers/utils.jsx +++ b/src/helpers/utils.jsx @@ -243,7 +243,7 @@ export const sanitizeConfig = (config) => { typeof config.blog !== 'undefined' && typeof config.blog.limit !== 'undefined' ? config.blog.limit - : 10, + : 5, }, googleAnalytics: { id: