aadeshkulkarni / figuringout

Thought Journal | NextJS | MongoDB | Shadcn
https://figuringout.life
MIT License
97 stars 96 forks source link

Enhancement | Implement Custom 404 Error Page #244

Closed 0xprathamesh closed 4 months ago

0xprathamesh commented 4 months ago

Description

Currently, when a user tries to access a non-existent page on the website, they are presented with a blank page.This can be confusing.

Proposed Solution

  1. A clear and friendly message informing the user that the page they requested could not be found.
  2. A link back to the homepage or other relevant sections of the website to help users navigate.
  3. Optionally you can add:
    • A search bar to allow users to search for content.

Before

Screenshot 2024-07-11 at 4 36 57 PM

After

Screenshot 2024-07-11 at 4 37 23 PM Screenshot 2024-07-11 at 4 37 42 PM