Hacker News new | ask | show | jobs
by leerob 1028 days ago
Correct. It can also run during the build, so it can be used to dynamically generated .txt, .json, or any other files. Great when deploying a static export of Next.js and dumping on S3 or similar.

https://nextjs.org/docs/app/building-your-application/deploy...