notes1 min read

TIL: Next.js static export

A note about serving a Next.js `out/` folder behind nginx.

Serving on nginx

The key is try_files $uri $uri/ /index.html;.