순수 HTML/CSS/JS
output: 'export' 설정하고 next build 가 static file 의 out/ directory 생성. Static host (S3, GitHub Pages, Cloudflare Pages, plain nginx) 어디든 drop.
포기하는 것
| 작동 | 안 작동 |
|---|---|
| Server Component (build-time) | Server Action |
| Static Route Handler (GET) | Proxy / dynamic Route Handler |
| Client Component + SWR | ISR / on-demand revalidation |
generateStaticParams | cookies(), headers() |
Custom loader 의 next/image | Default image optimizer |
언제 사용
Marketing site, docs, portfolio — 순수 content. 가능한 가장 싼 deploy: compute 없는 어떤 CDN 이든.