Update params guidance: GSP is an enhancement, not a standalone fix
With partial fallbacks (default in 16.3), generateStaticParams alone
doesn't resolve the blocking-route error. You always need <Suspense>
or loading.js. GSP prerender known values at build time as an
optimization on top of that.
Made-with: Cursor