export default function Custom404() { return <h1>404 - Page Not Found</h1> }. Good to know: You can use getStaticProps inside this page if you need to fetch ...
確定! 回上一頁