epic-person-on / Something

This is a personal site for a school project
https://something-epic.netlify.app
2 stars 1 forks source link

Start having support for Cloudinary CDN #38

Open epic-person-on opened 3 months ago

epic-person-on commented 3 months ago

Is your feature request related to a problem? Please describe. When I try to implement the Cloudinary integration with Netlify it breaks all the links that are like <img src="../image.png"></img> The part that breaks is the ../ because Cloudinary will read it as https://image.png or something like that.

Describe the solution you'd like Replace all the image links with instead of ../ have the actual url of the image like https://something-epic.netlify.app/image.png

Describe alternatives you've considered just not optimizing it (very bad because it decreases SEO)

epic-person-on commented 3 months ago

Note

You only have to change the image urls

ASquidboi commented 3 months ago

finally, i have the time to get to this

ASquidboi commented 3 months ago

yeah uh paths to icons still works on the netlify