From 357235a366e4b3e9e43a14f02764074f59599f18 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 1 May 2020 03:53:23 +0300 Subject: [PATCH] "homepage": "/subdir/" --- .env | 4 +--- Notes | 2 ++ package.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 2e9178e..0a6ed79 100644 --- a/.env +++ b/.env @@ -1,3 +1 @@ -PUBLIC_URL=http://127.0.0.1/play-nine -PORT=3006 -REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' \ No newline at end of file +PORT=3006 \ No newline at end of file diff --git a/Notes b/Notes index 01e568d..011484e 100644 --- a/Notes +++ b/Notes @@ -1,4 +1,6 @@ Test env variable: console.log(process.env.REACT_APP_TEST_KEY); +PUBLIC_URL=http://127.0.0.1/play-nine + Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted \ No newline at end of file diff --git a/package.json b/package.json index b564bf2..af0782e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "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",