base tag code example
Example 1: base tag after link tag
<base href="https://www.example.com/">
<base target="_blank">
<base target="_top" href="https://example.com/">
Example 2: base href
ng build --prod --base-href /dashboard/
<base href="https://www.example.com/">
<base target="_blank">
<base target="_top" href="https://example.com/">
ng build --prod --base-href /dashboard/