feat: re-add 404 page
This commit is contained in:
parent
5c4e54152a
commit
6d7adf8c35
7
website/src/pages/404.mdx
Normal file
7
website/src/pages/404.mdx
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Page not found
|
||||
---
|
||||
|
||||
import Layout from '../layouts/PageLayout.astro'
|
||||
|
||||
<Layout title={frontmatter.title} />
|
Loading…
Reference in a new issue