Hi @tomrutgers , yes definitely.
I configured Netlify Large Media as described into the docs, configuring the git-lfs locally and adding a rule for all the public folder into .gitattributes. The repo I’m currently working on is:
The site build correctly on localhost. Today I decided to deploy the local changes and I found the pipeline was breaking as in the log I posted before. I think the problem is related to Astro that during the build phase does an optimisation on the the images.
I think I’m facing the same error of this other issue:
But maybe there are some possibilities or alternatives? I currently removed all the images inserted on git-lfs and removed the rule from .gitattributes and i’ve been able to finish the build phase and deploy on netlify, but I still have the problem of serving multiple images on the site (for which netlify Large Media would have been really helpful)