diff --git a/src/config.js b/src/config.js index f60fa04..b207f99 100644 --- a/src/config.js +++ b/src/config.js @@ -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: {