Whenever you build a nextjs app, some pages can be statically generated.
nextjs app
Static generation = HTML is built at build time and is served directly.
Try exploring cd .next/server/app
cd .next/server/app