Increase the project limit

This commit is contained in:
Ariful Alam 2022-03-20 18:11:20 +06:00
parent e9ac566737
commit f8fff21f3c

View File

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