next.js/test/unit/fixtures/page-runtime/fallback-with-gsp.js
fallback-with-gsp.js10 lines127 B
export default function Fallback() {
  return null
}

export async function getStaticProps() {
  return {
    props: {},
  }
}
Quest for Codev2.0.0
/
SIGN IN