如何从 /source 引用 index.html 中的图标

How to referemce favicon in index.html from /source

有人可以告诉我,是否可以使用位于 src/assets/img/favicon.ico 中的 favicon.ico 文件?我试图更改 href,但它对我不起作用。 public 中的那个将被删除。我如何在 index.html 中引用它? 谢谢

BASE_URL returns public 文件夹,可以使用cdn或者不要删除里面的 public 文件夹,因为如果你构建这个代码,就不会有src文件夹.