recharts / recharts.org

The website
MIT License
40 stars 141 forks source link

Images with img.alicdn.com URLs do not work in countries like India. #256

Closed abhiram11 closed 1 year ago

abhiram11 commented 1 year ago

The logoImgUrl defined in the data in src\docs\users\users.js has a couple of images from img.alicdn.com which do not load in India. I would request you to check for alternatives, if required, based on how many countries have not allowed the same.

Thanks AliCDN issue

nikolasrieble commented 1 year ago

Good finding. The simplest thing one could do is simply download the images and add them as assets. Otherwise we could never be sure whether certain sources do not work in certain countries.

abhiram11 commented 1 year ago

I will do it tomorrow 😄

ckifer commented 1 year ago

Had to copy the assets to the docs folder so they're accessible in GH pages but should be resolved now. Closing issue, thanks!