next.js/test/production/standalone-mode/runtimeServerDeploymentId/next.config.js
next.config.js7 lines105 B
module.exports = {
  output: 'standalone',
  experimental: {
    runtimeServerDeploymentId: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN