♫
📌 canary ▾
next.js
/
test
/
integration
/
env-config
/
app
/
pages
/
another-global.js
another-global.js
4 lines
89 B
export
default
function
Page
()
{
return
<
p
>
{
process.env.
NEXT_PUBLIC_HELLO_WORLD
}
</
p
>
}
v2.0.0
/
Go
SIGN IN