♫
📌 canary ▾
next.js
/
test
/
integration
/
config-mjs
/
pages
/
next-config.js
next-config.js
6 lines
86 B
export
default
()
=>
(
<
div
>
<
p
id
=
"env"
>
{
process.env.customVar
}
</
p
>
</
div
>
)
v2.0.0
/
Go
SIGN IN