mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Change default blog posts limit to 5
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user