const App = ({ Component, pageProps }) => App.getInitialProps = () => ({ pageProps: { hi: 'override me', hello: 'world', }, }) export default App