We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca8b47 commit 1a3b827Copy full SHA for 1a3b827
1 file changed
gitprofile.config.ts
@@ -9,10 +9,10 @@ const CONFIG = {
9
* If you are deploying to https://<USERNAME>.github.io/<REPO_NAME>/,
10
* for example your repository is at https://github.com/arifszn/portfolio, then set base to '/portfolio/'.
11
*/
12
- base: '/',
+ base: '/portfolio/',
13
projects: {
14
github: {
15
- display: true, // Display GitHub projects?
+ display: false, // Display GitHub projects?
16
header: 'Github Projects',
17
mode: 'automatic', // Mode can be: 'automatic' or 'manual'
18
automatic: {
0 commit comments