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