import getConfig from 'next/config' const config = getConfig() export default ({ Component, pageProps }) => ( <>

{JSON.stringify(config)}

)