Static export (output: export)
Suitable for
Marketing sites · Documentation · Mostly public content on shared hosting
Trade-offs
- No Node server features at request time
- Rebuilds required for content updates
Hosting
Upload a clean out/ tree plus hosting rules (.htaccess). Ideal for temporary shared hosting.
SEO
Pre-rendered HTML can rank well when URLs, canonicals, and redirects are coherent.
Freshness
As fresh as the last successful build and deploy.
Operations
Low runtime complexity; higher release discipline around clean uploads.
Common failure mode
Assuming Server Actions, middleware auth, or on-demand revalidation still work under static export.