Change default blog posts limit to 5

This commit is contained in:
Ariful Alam 2022-03-27 18:57:40 +06:00
parent 851f761104
commit cdc66ea70b

View File

@ -243,7 +243,7 @@ export const sanitizeConfig = (config) => {
typeof config.blog !== 'undefined' &&
typeof config.blog.limit !== 'undefined'
? config.blog.limit
: 10,
: 5,
},
googleAnalytics: {
id: