Angular build generates the js files in local path like that:
<script src="runtime.e3e5e013ccdab55c.js" type="module">
How tell angular to add string to the generated scripts? something like that:
<script src="https://domain/bla/runtime.e3e5e013ccdab55c.js" type="module">
I don't want to use baseHref because it apply to xhr calls and they I don't want to change.