sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Images are broken #184

Open peteallport opened 7 years ago

peteallport commented 7 years ago

@sahat looks like most of the images in the flow are broken: image

Looks like there must be an issue relating to how the images are being hosted: image (e.g. https://megaboilerplate.blob.core.windows.net/megaboilerplate/img/svg/foundation-logo.png)

zivkaziv commented 7 years ago

I've checked it too. We need to replace the img path to be http://megaboilerplate.com/img/.... for example: http://megaboilerplate.com/img/svg/node-logo.svg instead of https://megaboilerplate.blob.core.windows.net/megaboilerplate/img/... for example https://megaboilerplate.blob.core.windows.net/megaboilerplate/img/svg/html5-logo.svg

Or to modify the httpd conf (if it's running on apache..)

Do you want me to do it? Ziv

peteallport commented 7 years ago

@zivkaziv if you're asking me I'd say go for it - I'm at a hackathon otherwise I'd look into this more. Ironically used MBP for our repo haha.