Hi!
Is there a way to set the base href of the running application? It seems like the BASE_URL setting is not applied to ressources within the /assets and /images directory. Since we'd like to deploy Claper at ourdomain.tld/some-path this leads to errors, since the assets/app.js and similar are still expected to be found at ourdomain.tld/assets/app.js instead of ourdomain.tld/some-path/assets.app.js.
Best Wishes and thanks for your work :)
Hi!
Is there a way to set the base href of the running application? It seems like the
BASE_URLsetting is not applied to ressources within the/assetsand/imagesdirectory. Since we'd like to deploy Claper atourdomain.tld/some-paththis leads to errors, since theassets/app.jsand similar are still expected to be found atourdomain.tld/assets/app.jsinstead ofourdomain.tld/some-path/assets.app.js.Best Wishes and thanks for your work :)