♫
📌 canary ▾
next.js
/
test
/
integration
/
empty-object-getInitialProps
/
pages
/
index.js
index.js
6 lines
83 B
const
Index
=
()
=>
'hi'
Index.
getInitialProps
=
()
=>
({})
export
default
Index
v2.0.0
/
Go
SIGN IN