m50 / lydiamichelle.com

https://lydiamichelle.art/ - The website for my ex-wife.
1 stars 1 forks source link

Separate image optimization into a separate script #430

Open m50 opened 2 years ago

m50 commented 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.

m50 commented 2 years ago

Or: Test next/image on netlify, and see if that can be used instead.