Open kolbymckeown opened 3 years ago
Create a fun and playful 404 page so that we can replace the default Next.js 404 page. This should be created at pages/404.js and starts with
// pages/404.js export default function Custom404() { return <h1>Custom Page Info Here</h1> }
More info can be found here !
Can you add a few examples of how you would like it look? I can add it to the Figma design to make it easier as well.
These are just a few screenshots of ideas!
Closed by #109
Create a fun and playful 404 page so that we can replace the default Next.js 404 page. This should be created at pages/404.js and starts with
// pages/404.js export default function Custom404() { return <h1>Custom Page Info Here</h1> }
More info can be found here !