Remove unnecessary Partial Prerendering (PPR) configuration

- Remove cacheComponents: true from next.config.mjs
- Update README.md to remove PPR references
- All pages are fully static-generated, PPR provides no benefit

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 14:57:08 +08:00
parent 5a80567117
commit ed63ec7d9a
2 changed files with 1 additions and 4 deletions

View File

@@ -8,8 +8,6 @@ const nextConfig = {
imageSizes: [16, 32, 48, 64, 96, 128, 256, 384],
},
// Enable Partial Prerendering (PPR) via cacheComponents in Next.js 16
cacheComponents: true,
// Compiler optimizations
compiler: {