Image loads: https://netlify-next-image-repro.vercel.app/
Image does not load: https://precious-beijinho-b723ec.netlify.app/
- Create project
$ npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
- Edit pages/index.js to add a large image using
next/image
. - Add a simple next.config.mjs file to configure
next/image
with a couple other common settings. - Configure Vercel deploy, totally basic, no settings or env variables touched.
- Configure Netlify deploy, totally basic, no settings or env variables touched.