Add hostname & port to nextjs.config
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f6c1f4fe78
commit
a169c111c2
@ -7,6 +7,11 @@ const nextConfig = {
|
|||||||
reactCompiler: false,
|
reactCompiler: false,
|
||||||
},
|
},
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
|
env: {
|
||||||
|
customKey: 'my-value',
|
||||||
|
PORT: env.process.PORT,
|
||||||
|
HOSTNAME: env.process.HOSTNAME,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export default withPayload(nextConfig)
|
export default withPayload(nextConfig)
|
||||||
|
Loading…
Reference in New Issue
Block a user