// eslint-disable-next-line no-unused-vars import { config } from '../../config' export const getServerSideProps = () => { return { props: {}, } } export default () => <p>hello world</p>