I have a scenario where I am routing www.example.com/test-deployment-app to this demo app for testing purposes.
Problem is that static files are not loaded because browser can't find www.example.com/main.css. So I am wondering whether it would be possible to optionally change static path to test-deployment-app/main.css so that browser will get static from www.example.com/test-deployment-app/main.css instead of www.example.com/main.css