Closed5

Next.js の Image Component は Netlify で動かない

tetsuyatetsuya

Next.js を使いたいモチベーションとして next/image で提供される「動的」な Image Optimization があるんだけど Netlify のような「静的 (Static) 」なサイトをホスティングするサービスでは動かないよという話。

tetsuyatetsuya

Next.js で作ったサイトを Netlify で公開したところ画像が表示されないので調査開始。まず辿り着いたのが Netlify Community.

https://community.netlify.com/t/new-image-tag-not-working-on-next-js/25571

require some backend function to handle the fetching of the image.

next/image の仕組みをちゃんと理解していなかったのだけれど、ここで動的に最適化された画像が生成されていたことに気が付く。

tetsuyatetsuya

Cloudflare Pages が Cloudflare Workers と組み合わせて dynamic applications を作れるようになると言っているので、こちらに期待を寄せつつ、今は next/image を使うなら Vercel 一択だということがわかった。

https://blog.cloudflare.com/cloudflare-pages/

このスクラップは2021/01/01にクローズされました