Exclude laravel-ecommerce from projects

This commit is contained in:
MD. Ariful Alam 2021-12-07 00:16:01 +06:00
parent a1f983ef16
commit f4cfcbbe5e

View File

@ -6,7 +6,7 @@ module.exports = {
limit: 8, // How many projects to display.
exclude: {
forks: false, // Forked projects will not be displayed if set to true.
projects: [] // These projects will not be displayed. example: ['my-project1', 'my-project2']
projects: ['laravel-ecommerce'] // These projects will not be displayed. example: ['my-project1', 'my-project2']
}
},
social: {