Skip to content

Commit 1a482b0

Browse files
authored
Update gitprofile.config.ts
change base back to '/'
1 parent 1a3b827 commit 1a482b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: '/portfolio/',
12+
base: '/',
1313
projects: {
1414
github: {
1515
display: false, // Display GitHub projects?

0 commit comments

Comments
 (0)