From 44fe02be3f7e11c9956351b76e15d1a79862b9e7 Mon Sep 17 00:00:00 2001 From: vishal tewatia <48011762+vishu42@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:09:37 +0530 Subject: [PATCH] add base --- gitprofile.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gitprofile.config.ts b/gitprofile.config.ts index 45b873294..e049aac17 100644 --- a/gitprofile.config.ts +++ b/gitprofile.config.ts @@ -9,6 +9,7 @@ const CONFIG = { forks: false, // Forked projects will not be displayed if set to true. projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2'] }, + base: "/", external: { // header: 'My Projects', // // To hide the `External Projects` section, keep it empty.