feat: re-add 404 page

This commit is contained in:
Oliver Davies 2022-10-13 09:14:22 +01:00
parent 5c4e54152a
commit 6d7adf8c35

View file

@ -0,0 +1,7 @@
---
title: Page not found
---
import Layout from '../layouts/PageLayout.astro'
<Layout title={frontmatter.title} />