We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c665949 commit 0f19d13Copy full SHA for 0f19d13
package.json
@@ -2,7 +2,7 @@
2
"name": "myapp",
3
"version": "0.1.0",
4
"private": true,
5
- "homepage": "https://jacobkrol.github.io/Jacob-Krol/",
+ "homepage": "https://jacobkrol.github.io/",
6
"dependencies": {
7
"react": "^16.13.1",
8
"react-dom": "^16.13.1",
@@ -17,7 +17,7 @@
17
"build": "react-scripts build",
18
"eject": "react-scripts eject",
19
"predeploy": "npm run build",
20
- "deploy": "gh-pages -d build"
+ "deploy": "gh-pages -b master -d build"
21
},
22
"eslintConfig": {
23
"extends": "react-app"
0 commit comments