Hacker News new | ask | show | jobs
by Vinnl 1701 days ago
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