Static Site Generation (SSG)
This page is statically generated at build time.
The content on this page is pre-rendered during the build process and served as static HTML. This is ideal for content that doesn't change frequently.
Build Time Information
Page generated on: 1/14/2026, 6:16:11 PM
Implementation Details
In Next.js 15, SSG is the default behavior for pages that don't fetch data or use Server Components.
For pages with data, you can use the following patterns:
- Server Components without any dynamic functions are statically rendered
- Use generateStaticParams for static paths with dynamic routes
- The build process pre-renders all static pages to HTML