7 lines
118 B
Text
7 lines
118 B
Text
---
|
|
title: Page not found
|
|
---
|
|
|
|
import Layout from "~/layouts/PageLayout.astro";
|
|
|
|
<Layout title={frontmatter.title} />
|