Skip to content

Commit 3099009

Browse files
committed
Add header to 404 page
1 parent 004d7b9 commit 3099009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import Layout from "~/layouts/BaseLayout.astro";
2+
import Layout from "~/layouts/PageLayout.astro";
33
import { getHomePermalink } from "~/utils/permalinks";
44
---
55

0 commit comments

Comments
 (0)