image
image copied to clipboard
Disable in dev
I use vercel and when I deploy my site it works perfectly. However while in localhost, images often don't load and the console shows an error 500:
[500] [IPX_ERROR] \nSomething went wrong installing the "sharp" module\n\nModule did not self-register:
Would it be possible to completely disable it in dev? I mean simply serve images from "/public" without any optimization and have it in production vercel takeover?