nobody4all
Custom app.baseURL and public folder assets issue
When I use a custom
baseURL: '/foo/'
in my app, I can't find a way how to use images from my public folder. With default baseURL it works well by this way:
<img src="/img/bar.png" />
But with custom baseURL it's broken. Any ideas on how to use it properly/fix it?2 replies