Skip to content

Commit 1fe7233

Browse files
committed
set homepage for github deploy
1 parent 6d44e4f commit 1fe7233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "parcel",
99
"build": "parcel build",
10-
"build-gh": "parcel build --public-url 'https://{doyinsolass}.github.io/{FirstRepo}'",
10+
"build-gh": "parcel build --public-url 'https://github.com/doyinsolass/FirstRepo'",
1111
"predeploy": "npm run build-gh",
1212
"deploy": "gh-pages -d dist"
1313
},

0 commit comments

Comments
 (0)