Can someone please tell me, if it is possible to use the favicon.ico file that is located in src/assets/img/favicon.ico? I tried to change the href but it won't work for me. The one in the public will be deleted. How could I reference it in my index.html? Thank you
CodePudding user response:
BASE_URL returns public folder, you can use cdn or do not delete inside public folder because if you build this code there won't be src folder.