Hi, I am trying to load some assets (fontawesome script.js) using workers on a static site and it works perfectly with *.workers.dev
, however when routed using the custom domain, the assets are not getting loaded on a website, but HTTP status codes and etc., are same as *.workers.dev
. I assume that some of the domain settings may cause such behavior. Maybe someone could advise on this or had a similar case.
Thanks,