♫
📌 canary ▾
next.js
/
test
/
production
/
standalone-mode
/
runtimeServerDeploymentId
/
next.config.js
next.config.js
7 lines
105 B
module
.
exports
=
{
output:
'standalone'
,
experimental: {
runtimeServerDeploymentId:
true
,
},
}
v2.0.0
/
Go
SIGN IN