Use Case
I want to deploy UI behind a proxy on a sub URL. Like https://www.myurl.com/hypertrace
Problem
When the UI is deployed behind a sub URL all CSS and JS assets fail to load with 404 error as the base URL is specified as / in index.html
Proposal
Having an environment variable for base URL would solve the issue