aritchie05 / EcoCraftingTool

Crafting calculator for Eco.
https://eco-calc.com
MIT License
23 stars 12 forks source link

Update images to load from github raw content url to save bandwidth on hosted site #72

Closed aritchie05 closed 1 year ago

aritchie05 commented 1 year ago

Hosted site (Vercel) is complaining about bandwidth usage. Vast majority of bandwidth is loading the images, as expected.

image

To get around this, update the app to load images from the raw github content url (https://raw.githubusercontent.com/aritchie05/EcoCraftingTool/master/src/assets/img/) rather than from the site's files directly.