import getConfig from 'next/config' const config = getConfig() const page = () =>

{JSON.stringify(config)}

page.getInitialProps = () => ({ a: 'b' }) export default page