♫
📌 canary ▾
next.js
/
test
/
integration
/
disable-js
/
pages
/
index.js
index.js
6 lines
99 B
export
const
config
=
{
unstable_runtimeJS:
false
,
}
export
default
()
=>
<
h1
>
Hello World!
</
h1
>
v2.0.0
/
Go
SIGN IN