Skip to content

Commit

Permalink
Set blog post limit to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Mar 1, 2024
1 parent ca4a3ce commit 15a94c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const CONFIG = {
blog: {
source: 'dev', // medium | dev
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: {
id: '', // GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
Expand Down

0 comments on commit 15a94c1

Please sign in to comment.