next.js/test/integration/export-index-not-found-gsp/pages/index.js
index.js8 lines124 B
export default function Page() {
  return 'Hello world'
}

export function getStaticProps() {
  return { notFound: true }
}
Quest for Codev2.0.0
/
SIGN IN