Set blog post limit to 2

This commit is contained in:
Ariful Alam 2024-03-01 16:34:22 +06:00
parent ca4a3ce8f0
commit 15a94c1da4

View File

@ -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