Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Move to absolute paths as relative paths cause problems on html …
…pages which are served in subpaths e.g. '/user/index.html' still served 'assets/index.js' instead of '/assets/index.js' this would only be working in combination with the '<base>' html tag. By introducing the absolute paths, the web application won't work anymore when it's served through a proxy. Maybe I will re-introduce relative paths that are generated on demand, so we don't need a specific base. Support for a 'X-CDN-URL' header might also be interesting.
- Loading branch information