Mortenz
Mortenz

Reputation: 69

How to referemce favicon in index.html from /source

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 The favico

Upvotes: 0

Views: 373

Answers (1)

gguney
gguney

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

Related Questions