-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Not Found Page #559
base: main
Are you sure you want to change the base?
404 Not Found Page #559
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@codeaashu Kindly review. |
Hi there! This issue is still open. We are looking forward to your response. |
14 similar comments
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Hi there! This issue is still open. We are looking forward to your response. |
Description
This PR introduces a custom 404 Not Found Page along with a default route for the application. The 404 Not Found Page displays a visually appealing background, a prominent "Page Not Found" message, and a button that redirects users to the homepage when clicked. The default route ensures that all non-matching routes will be handled by this 404 page.
Related Issues
Resolves #558
Changes Proposed
NotFoundPage Component: A React component was added for the 404 page. It includes:
-A background image.
-A "Page Not Found" message.
-A "Go to Home" button that redirects the user to the homepage.
Routing Updates:
A default route (*) has been added to handle all non-existent routes, displaying the NotFoundPage for any unmatched URL.
The previous default route for the homepage ("/") remains intact, and now it redirects users from invalid paths to the 404 page.
Checklist
Screenshots
Note to reviewers