♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
max-postponed-state-size
/
next.config.js
next.config.js
7 lines
104 B
module
.
exports
=
{
cacheComponents:
true
,
experimental: {
maxPostponedStateSize:
'1 KB'
,
},
}
v2.0.0
/
Go
SIGN IN