Skip to content

Conversation

coderdiaz
Copy link
Owner

Fixes #6

@coderdiaz coderdiaz self-assigned this Aug 18, 2025
@Copilot Copilot AI review requested due to automatic review settings August 18, 2025 19:21
@coderdiaz coderdiaz added the enhancement New feature or request label Aug 18, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a 404 error page to handle requests for pages that don't exist. The implementation includes both a new Astro page component and content configuration to support custom 404 messaging.

  • Creates a new 404.astro page with styled error messaging and navigation options
  • Adds content schema support for 404 page configuration
  • Includes error handling for missing homepage entry
  • Updates quote style consistency from single to double quotes

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/pages/404.astro New 404 error page with centered layout, navigation buttons, and content-driven messaging
src/content/pages/404.mdx Content configuration for the 404 page including title, description, and SEO metadata
src/content.config.ts Schema updates to support optional description field for pages and formatting improvements
src/pages/index.astro Added error handling for missing homepage entry and quote style normalization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@coderdiaz
Copy link
Owner Author

:shipit:

@coderdiaz coderdiaz merged commit 418f992 into main Aug 18, 2025
@coderdiaz coderdiaz deleted the feature/404-page branch August 18, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add 404 not found page
1 participant