This commit is contained in:
parent
a169c111c2
commit
b437f7993d
@ -9,8 +9,8 @@ const nextConfig = {
|
|||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
env: {
|
env: {
|
||||||
customKey: 'my-value',
|
customKey: 'my-value',
|
||||||
PORT: env.process.PORT,
|
PORT: process.env.PORT,
|
||||||
HOSTNAME: env.process.HOSTNAME,
|
HOSTNAME: process.env.HOSTNAME,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user