Skip to content

Commit

Permalink
Removed project display and changed base to /portfolio/
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-134 committed Jan 29, 2024
1 parent eca8b47 commit 1a3b827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitprofile.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const CONFIG = {
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
*/
base: '/',
base: '/portfolio/',
projects: {
github: {
display: true, // Display GitHub projects?
display: false, // Display GitHub projects?
header: 'Github Projects',
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
automatic: {
Expand Down

0 comments on commit 1a3b827

Please sign in to comment.