export default function Fallback() { return null } export async function getStaticProps() { return { props: {}, } }