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']