Skip to content

Commit

Permalink
remove custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ibastawisi committed Feb 1, 2024
1 parent df4de3f commit 685efb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion public/CNAME

This file was deleted.

0 comments on commit 685efb2

Please sign in to comment.