The situation
I have created an Angular App with Internationalization (i18n). I want to host the different versions in subdomains like:
- en.myexample.com
- es.myexample.com
The problem
When I use the command ng build --prod --localize
the tag base href in src/app/index.hml the has the language added, like:
<base href="/en/">
<base href="/es/">
What I want
Generate each version with <base href="/">