diff --git a/package.json b/package.json index 84d0edc..a400e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kh_quote", - "homepage": "https://miggymofongo.github.io/", + "homepage": "https://miggymofongo.github.io/kh_quote", "version": "0.1.0", "private": true, "dependencies": { @@ -16,11 +16,11 @@ }, "scripts": { "start": "react-scripts start", + "predeploy" : "npm run build", + "deploy" : "gh-pages -d build", "build": "react-scripts build", "test": "react-scripts test", - "eject": "react-scripts eject", - "predeploy" : "npm run build", - "deploy" : "gh-pages -d build" + "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..554c608 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 1a75d47..e3a1540 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + Miguel's Asteroid