diff --git a/package.json b/package.json index fccb600..21da990 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "PUBLIC_URL=https://villas.k8s.eonerc.rwth-aachen.de/ react-scripts build", + "build-localhost": "PUBLIC_URL=/ react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" },