Reputation: 69
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
Upvotes: 0
Views: 373
Reputation: 2663
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.
Upvotes: 1