Comment by _fat_santa 5 years ago My biggest issue with NextJS is next/image vendor locks you into Vercel. 2 comments _fat_santa Reply bradleyg_ 5 years ago You can use netlify-plugin-nextjs - https://github.com/netlify/netlify-plugin-nextjs/blob/v3/doc... to host on Netlify.And of course any regular NodeJS server works with next/image - https://nextjs.org/docs/deployment#other-hosting-options leerob 5 years ago `next/image` works self-hosted (it uses either Squoosh or optionally Sharp) as well as with any third-party solution you want. Vercel is just one choice!https://nextjs.org/docs/basic-features/image-optimization#lo...
bradleyg_ 5 years ago You can use netlify-plugin-nextjs - https://github.com/netlify/netlify-plugin-nextjs/blob/v3/doc... to host on Netlify.And of course any regular NodeJS server works with next/image - https://nextjs.org/docs/deployment#other-hosting-options
leerob 5 years ago `next/image` works self-hosted (it uses either Squoosh or optionally Sharp) as well as with any third-party solution you want. Vercel is just one choice!https://nextjs.org/docs/basic-features/image-optimization#lo...
You can use netlify-plugin-nextjs - https://github.com/netlify/netlify-plugin-nextjs/blob/v3/doc... to host on Netlify.
And of course any regular NodeJS server works with next/image - https://nextjs.org/docs/deployment#other-hosting-options
`next/image` works self-hosted (it uses either Squoosh or optionally Sharp) as well as with any third-party solution you want. Vercel is just one choice!
https://nextjs.org/docs/basic-features/image-optimization#lo...