import Link from 'next/link' export default function Page(props) { return (

This should also run the middleware

{JSON.stringify(props)}

to /
) } export const getServerSideProps = () => { return { props: { message: 'Hello, magnificent world.', }, } }