export function getServerSideProps() { return { props: {} } } export default function Page() { return

/ssr

}