replace 'homepage' key from package.json with 'PUBLIC_URL' from .env

master
Tudor Stanciu 2020-05-01 04:11:31 +03:00
parent e01c3f5a23
commit 2d53829bcf
2 changed files with 1 additions and 1 deletions

1
.env
View File

@ -1 +1,2 @@
PUBLIC_URL=/play-nine/
PORT=3006 PORT=3006

View File

@ -2,7 +2,6 @@
"name": "play-nine", "name": "play-nine",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "/subdir/",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0", "@testing-library/react": "^9.5.0",