From c173048d6d77212e2056b19c135ae4d18ac69cfd Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Fri, 8 Jan 2021 15:45:45 +0100 Subject: [PATCH] Remove PUBLIC_URL #57 --- package.json | 3 +-- public/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21da990..fccb600 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "PUBLIC_URL=https://villas.k8s.eonerc.rwth-aachen.de/ react-scripts build", - "build-localhost": "PUBLIC_URL=/ react-scripts build", + "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, diff --git a/public/index.html b/public/index.html index 47e21e6..3f833df 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - +