You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitprofile.config.ts
+23-37Lines changed: 23 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
constCONFIG={
4
4
github: {
5
-
username: 'arifszn',// Your GitHub org/user name. (This is the only required config)
5
+
username: 'krish-134',// Your GitHub org/user name. (This is the only required config)
6
6
},
7
7
/**
8
8
* If you are deploying to https://<USERNAME>.github.io/, for example your repository is at https://github.com/arifszn/arifszn.github.io, set base to '/'.
@@ -25,7 +25,7 @@ const CONFIG = {
25
25
},
26
26
manual: {
27
27
// Properties for manually specifying projects
28
-
projects: ['arifszn/gitprofile','arifszn/pandora'],// List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
28
+
projects: [''],// List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
0 commit comments