next.js/test/production/export/pages/gsp-notfound.js
gsp-notfound.js4 lines128 B
export default () => <p id="gsp-notfound-page">GSP notFound: true</p>

export const getStaticProps = () => ({ notFound: true })
Quest for Codev2.0.0
/
SIGN IN