Skip to content

Commit 0f19d13

Browse files
committed
Set gh-pages default to master
1 parent c665949 commit 0f19d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "myapp",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "https://jacobkrol.github.io/Jacob-Krol/",
5+
"homepage": "https://jacobkrol.github.io/",
66
"dependencies": {
77
"react": "^16.13.1",
88
"react-dom": "^16.13.1",
@@ -17,7 +17,7 @@
1717
"build": "react-scripts build",
1818
"eject": "react-scripts eject",
1919
"predeploy": "npm run build",
20-
"deploy": "gh-pages -d build"
20+
"deploy": "gh-pages -b master -d build"
2121
},
2222
"eslintConfig": {
2323
"extends": "react-app"

0 commit comments

Comments
 (0)