From f8fff21f3ca3cbaa481aa429ba16bbb91c39fea9 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sun, 20 Mar 2022 18:11:20 +0600 Subject: [PATCH] Increase the project limit --- src/gitprofile.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gitprofile.config.js b/src/gitprofile.config.js index 523c098..f311312 100644 --- a/src/gitprofile.config.js +++ b/src/gitprofile.config.js @@ -4,7 +4,7 @@ const config = { github: { username: 'arifszn', // Your GitHub org/user name. (Required) sortBy: 'stars', // stars | updated - limit: 8, // How many projects to display. + limit: 10, // How many projects to display. exclude: { forks: false, // Forked projects will not be displayed if set to true. projects: ['laravel-ecommerce'], // These projects will not be displayed. example: ['my-project1', 'my-project2']