File size: 128 Bytes
1e92f2d
 
 
1
2
3
4
export default () => <p id="gsp-notfound-page">GSP notFound: true</p>

export const getStaticProps = () => ({ notFound: true })