Hosting Vikunja in a subdirectory

Hello!

I am trying to install Vikunja on a test server and have the frontend accessible at http://localhost/vikunja/, however it tries to load resources from absolute URLs such as /js/… and /images/…, resulting in 404s. I’ve tried setting the publicPath in vue.config.js, which fixes the paths in index.html, but the paths in the javascript seem to be unaffected.
Is there any way to set the base URL for the frontend, and if not, is this planned for a future release?

Cheers,
Yannick