Skip to content

Commit 1a3b827

Browse files
committed
Removed project display and changed base to /portfolio/
1 parent eca8b47 commit 1a3b827

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gitprofile.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const CONFIG = {
99
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
1010
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
1111
*/
12-
base: '/',
12+
base: '/portfolio/',
1313
projects: {
1414
github: {
15-
display: true, // Display GitHub projects?
15+
display: false, // Display GitHub projects?
1616
header: 'Github Projects',
1717
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
1818
automatic: {

0 commit comments

Comments
 (0)