Scott
Results
2
comments of
Scott
Thanks @RSchlenker, i had the same problem, netlify timeouts with lots of image processing.
Add the node parameter `NODE_OPTIONS=--openssl-legacy-provider` to your build/run command. So `NODE_OPTIONS=--openssl-legacy-provider gridsome build`. Worked for me on my local machine.