diff --git a/package.json b/package.json index 0f731ad..9ebadb5 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "clear": "mkdir -p ./public && rm -rf ./public/* .cache .parcel-cache", "start": "react-scripts start", "watch:docker": "./watch.docker.js", - "build": "npm run clear && cp src/*.html ./public/. && cp src/*.ico ./public/. && cp src/*.css ./public/. && parcel build src/index.js --dist-dir ./public --no-source-maps", - "build:debug": "npm run clear && cp src/*.html ./public/. && cp src/*.ico ./public/. && cp src/*.css ./public/. && parcel build src/index.js --dist-dir ./public", - "watch": "npm run clear && cp src/*.html ./public/. && cp src/*.ico ./public/. && cp src/*.css ./public/. && parcel watch src/index.js --dist-dir ./public/", + "build": "npm run clear && cp src/*.html ./public/. && cp src/favicon.png ./public/. && cp src/*.css ./public/. && parcel build src/index.js --dist-dir ./public --no-source-maps", + "build:debug": "npm run clear && cp src/*.html ./public/. && cp src/favicon.png ./public/. && cp src/*.css ./public/. && parcel build src/index.js --dist-dir ./public", + "watch": "npm run clear && cp src/*.html ./public/. && cp src/favicon.png ./public/. && cp src/*.css ./public/. && parcel watch src/index.js --dist-dir ./public/", "test": "npx jest", "test:smartcontracts": "npx hardhat test" }, diff --git a/src/favicon.ico b/src/favicon.ico deleted file mode 100644 index e69de29..0000000 diff --git a/src/favicon.png b/src/favicon.png new file mode 100644 index 0000000..ee2c024 Binary files /dev/null and b/src/favicon.png differ diff --git a/src/index.html b/src/index.html index 387001a..aed9677 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,8 @@ content="Point Social was created using create-react-app" />