hlkean / portfolio

0 stars 0 forks source link

Add 404 page #15

Open hlkean opened 5 hours ago

hlkean commented 5 hours ago

I want a custom 404 page when a user navigates to a page that cannot be found, instead of the default Astro 404 page.

Given a user When they navigate to a non-existent page (i.e. /ooga-booga) Then they see a custom 404 page, and not the Astro 404 page