zeon-studio / astroplate

Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!
https://zeon.studio/preview?project=astroplate
MIT License
576 stars 176 forks source link

404 page #6

Closed Thebuilderekes closed 1 year ago

Thebuilderekes commented 1 year ago

Please I need help. I'd appreciate it if anyone can point me to the exact line(s) of code or process in the codebase that made the 404 page reachable whenever a visitor tries to search for a page that does not exist. I'm new to learning and building with astro and i'd really love to know how this was implemented. Thanks.

tfsomrat commented 1 year ago

Hey @Thebuilderekes checkout this link: https://docs.astro.build/en/core-concepts/astro-pages/#custom-404-error-page

Thebuilderekes commented 1 year ago

This worked just fine. Thank you.

Thebuilderekes commented 1 year ago

Thank you.