Change default blog posts limit to 5
This commit is contained in:
parent
851f761104
commit
cdc66ea70b
@ -243,7 +243,7 @@ export const sanitizeConfig = (config) => {
|
|||||||
typeof config.blog !== 'undefined' &&
|
typeof config.blog !== 'undefined' &&
|
||||||
typeof config.blog.limit !== 'undefined'
|
typeof config.blog.limit !== 'undefined'
|
||||||
? config.blog.limit
|
? config.blog.limit
|
||||||
: 10,
|
: 5,
|
||||||
},
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
id:
|
id:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user