Skip to content

Add Custom 404 Page Not Found #107

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

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

dipexplorer
Copy link
Contributor

Fixes #13

This PR introduces a custom 404 page to improve user experience when navigating to non-existent routes.

  • Updates routing to properly render the 404 page when no matching route is found.

Changes

  • Added styling to ensure the 404 page matches the overall design of the website.
  • Implemented a "Back to Home" button to guide users back to the main page.

Testing Instructions

  1. Pull this branch.
  2. Run npm install to install dependencies.
  3. Navigate to a non-existent route, e.g., /non-existent-page.
  4. Verify that the custom 404 page is displayed correctly.
  5. Check the "Back to Home" button to ensure it works as expected and redirects to the homepage.

Screenshots (if applicable)

localhost_8000_listingl

Checklist

  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I am working on this issue under GSSoC.

Copy link

vercel bot commented Oct 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust-2024 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 16, 2024 7:41pm

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Soujanya2004 Soujanya2004 merged commit d2c86fc into Soujanya2004:main Oct 17, 2024
4 checks passed
@dipexplorer dipexplorer deleted the page_not_found branch October 17, 2024 19:20
@Soujanya2004
Copy link
Owner

Soujanya2004 commented Oct 31, 2024

@dipexplorer your custom 'page doesn't exist' is not applied can you check that

@Soujanya2004
Copy link
Owner

@raise another issue and apply that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

404 Page Customization:
2 participants