Build project in Angular7
.
After build through command ng-build --prod --base-href /client/product/v2/
deploy in vs folder, but folder structure is : www.domain.com/client/product/vs
All the images are in assets
folder and after build assets folder is in root.
After deployment, all the images
path are broken.
some images are ../../imagename.png
and some through css ../imagename.png
.
any idea how to fix this path issue? TIA