aaspinwall / collab

Collab project: We're currently building a decision maker app with Next.js on the frontend and graphQL / faunaDB on the backend.
https://collab-git-main.aaspinwall.vercel.app/
MIT License
5 stars 13 forks source link

Whimsical 404 Page #84

Open kolbymckeown opened 3 years ago

kolbymckeown commented 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 !

aaspinwall commented 3 years ago

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.

kolbymckeown commented 3 years ago

image image image These are just a few screenshots of ideas!

aaspinwall commented 3 years ago

Closed by #109