export default function Page() { return <p>Node</p> } export function getServerSideProps() { return { props: {}, } }