Set blog post limit to 2
This commit is contained in:
parent
ca4a3ce8f0
commit
15a94c1da4
@ -157,7 +157,7 @@ const CONFIG = {
|
|||||||
blog: {
|
blog: {
|
||||||
source: 'dev', // medium | dev
|
source: 'dev', // medium | dev
|
||||||
username: 'arifszn', // to hide blog section, keep it empty
|
username: 'arifszn', // to hide blog section, keep it empty
|
||||||
limit: 3, // How many articles to display. Max is 10.
|
limit: 2, // How many articles to display. Max is 10.
|
||||||
},
|
},
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user