| export default () => <p id="gsp-notfound-page">GSP notFound: true</p> | |
| export const getStaticProps = () => ({ notFound: true }) | |
| export default () => <p id="gsp-notfound-page">GSP notFound: true</p> | |
| export const getStaticProps = () => ({ notFound: true }) | |