Open m50 opened 2 years ago
Rather than it being part of the nextjs build process, optimize the images in a separate script, so that target isn't necessary to set to experimental-serverless-trace. Then have Next just use the generated images.
target
experimental-serverless-trace
Or: Test next/image on netlify, and see if that can be used instead.
next/image
Rather than it being part of the nextjs build process, optimize the images in a separate script, so that
target
isn't necessary to set toexperimental-serverless-trace
. Then have Next just use the generated images.