Hacker News new | ask | show | jobs
by rickstanley 1701 days ago
Maybe I'm missing something, but aren't we able to use `next/image` to transform local assets since v10?
1 comments

The imperative phrase is

> when exporting a static site

i.e. running `next export` to generate a bunch of HTML, JS and CSS files that you just serve from a static file server. It would be nice if that could generate responsive versions of your images too.

See for the feature request: https://github.com/vercel/next.js/discussions/19065