From 685efb2e9c43507724909ebfec354372183820ef Mon Sep 17 00:00:00 2001 From: Ibrahim El-bastawisi Date: Thu, 1 Feb 2024 22:08:52 +0200 Subject: [PATCH] remove custom domain --- package.json | 10 +++++----- public/CNAME | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 public/CNAME diff --git a/package.json b/package.json index 8fc582b..efb714c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ihearu-client", "version": "0.1.0", "private": true, - "homepage": "https://ihearu.ml/", + "homepage": "https://Checkmate-2.github.io/IHearU-client", "dependencies": { "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", @@ -43,10 +43,10 @@ "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build", - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" + "start": "react-scripts --openssl-legacy-provider --no-experimental-fetch start", + "build": "react-scripts --openssl-legacy-provider --no-experimental-fetch build", + "test": "react-scripts --openssl-legacy-provider --no-experimental-fetch test", + "eject": "react-scripts --openssl-legacy-provider --no-experimental-fetch eject" }, "eslintConfig": { "extends": [ diff --git a/public/CNAME b/public/CNAME deleted file mode 100644 index d87bff8..0000000 --- a/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -ihearu.ml \ No newline at end of file