I need to override icon urls.
Currently it is using document.baseURI
which is /some-path/
but I need it to be /js/angular-test
. I thought that ng build --deploy-url /js/angular-test
might handle this but it does not.
Is there somewhere that I can override this option?
I know I can specify the src
attribute which I am doing with most icons, but some icons are embedded into certain components like <ion-searchbar>
and <ion-menu-button>
.
1 post - 1 participant