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

hello world to /pregenerated{' '} to /

) } export async function getServerSideProps() { return { props: { static: false, }, } }