next.js/test/production/app-dir/max-postponed-state-size/next.config.js
next.config.js7 lines104 B
module.exports = {
  cacheComponents: true,
  experimental: {
    maxPostponedStateSize: '1 KB',
  },
}
Quest for Codev2.0.0
/
SIGN IN