next.js/test/integration/query-with-encoding/pages/index.js
index.js8 lines163 B
const Index = ({ query }) => (
  <pre id="query-content">{JSON.stringify(query)}</pre>
)

Index.getInitialProps = ({ query }) => ({ query })

export default Index
Quest for Codev2.0.0
/
SIGN IN