You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 totest-deployment-app/main.css
so that browser will get static fromwww.example.com/test-deployment-app/main.css
instead ofwww.example.com/main.css
The text was updated successfully, but these errors were encountered: