To create a custom 404 page you can create a pages/404.js file. ... export default function Custom404() { return <h1>404 - Page Not Found</h1> }.
確定! 回上一頁