I tried to setup large media with my nuxt.js project in netlify, but it doesn’t load the image. Both local and the deployed site do not work. I did everything that was explained in the docs to setup the large media. It seems that LFS is working correctly and the pointers do exists in the repository. I moved the image to another folder, but now only the old path is visible in the dashboard on netlify. I double checked every setting in the nuxt config and they seem to be alright as well with setting provider to “netlify”. Any idead what could be wrong?
Thanks for your answer. I was able to put the image into the static folder which served the file. On the deployed site everything is fine and the image is transformed correctly, but locally the image is completely wrong. The image locally is not transformed and is delivered in its full size. Is this normal behaviour? Also when I open the deployed website on my phone the image is transformed incorrectly as well.