React App: public files available in netlify domain but not custom domain (3co.ai)

Hi All,

My site favicon is available in my netlify domain (https://frosty-roentgen-da482b.netlify.app/favicon.ico), but not my custom domain (https://www.3co.ai/favicon.ico) and I cannot figure out why.

Can anyone suggest potential fixes?

Things I’ve tried:

  • clearing cache and redeploying
  • Various href’s
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">

This may just be a propagation issue, but I won’t know until tomorrow.

Thanks,
Steven

Your site is trying to load the favicon from 3co