Skip to content

Commit 052440b

Browse files
authored
Update gitprofile.config.ts
changed base to '/'
1 parent 8c2409a commit 052440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitprofile.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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: '/gitprofile/',
12+
base: '/',
1313
projects: {
1414
github: {
1515
display: true, // Display GitHub projects?

0 commit comments

Comments
 (0)