From 2d53829bcf19b5c648cb1324da438985757458bd Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 1 May 2020 04:11:31 +0300 Subject: [PATCH] replace 'homepage' key from package.json with 'PUBLIC_URL' from .env --- .env | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 0a6ed79..a9427c0 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ +PUBLIC_URL=/play-nine/ PORT=3006 \ No newline at end of file diff --git a/package.json b/package.json index af0782e..b564bf2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "play-nine", "version": "0.1.0", "private": true, - "homepage": "/subdir/", "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0",