Skip to content

Commit

Permalink
build: fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
sh33dafi committed Jun 29, 2022
1 parent 387a254 commit 63ca288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:ci": "PUBLIC_URL=\"./\" react-scripts build",
"test": "react-scripts test",
"test:ci": "react-scripts test",
"lint": "eslint ./src/**/*.js",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 63ca288

Please sign in to comment.