Angular部署资产路径

时间:2019-02-13 13:40:08

标签: angular ng-build

Application Server中构建项目。
通过命令Angular7

构建后
  

vs 文件夹中进行部署,但是文件夹结构为:www.domain.com/client/product/vs

所有图像都位于ng-build --prod --base-href /client/product/v2/文件夹中,而构建资源文件夹位于根目录之后。

部署后,所有assets路径均被破坏。 有些图像是images,有些是通过CSS ../../imagename.png

知道如何解决此问题吗? TIA

0 个答案:

没有答案