Favicon not displaying on Prod - Create React App

Viewed 433

As the title suggests, in my React project, my favicon is displaying fine on my local machine, but not in production.

I've tried both using an absolute link for the file path, as well as:

 <link rel="icon" href="%PUBLIC_URL/favicon.ico?v=2" />

I've also tried adding the .ico file in the images folder within my src folder, but still no luck!

Does anyone know what I might be missing? Cheers

0 Answers
Related