Netlify image not working
This change was recently added to fix the image being generated on Netlify. #2086
Unfortunately, it still does not work without adding domains to the netlify.toml file.
[images]
remote_images = ["via.placeholder.com"] # This is still required for images to work with Netlify
The NUXT_IMAGE_DOMAINS env variable on its own, does not work.
Netlify image not working
This change was recently added to fix the image being generated on Netlify. #2086
Unfortunately, it still does not work without adding domains to the
netlify.tomlfile.The
NUXT_IMAGE_DOMAINSenv variable on its own, does not work.