From f4cfcbbe5e3d1a15b806174705c86d4296e4d704 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Tue, 7 Dec 2021 00:16:01 +0600 Subject: [PATCH] Exclude `laravel-ecommerce` from projects --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {