Static RenderingStatic Content Only
This page is fully generated at build time and contains no dynamic data.
The HTML is created once during next build and then served as a static file for every request.
- ✔No data fetching
- ✔No revalidation
- ✔No server logic at request time
- ✔Same HTML for every user
This represents the simplest and fastest rendering strategy in Next.js.