From cbba1f29f067b5b807c9290d3a39b196a47e50b5 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sun, 5 Jan 2025 23:29:33 -0800 Subject: [PATCH] Update 404.astro --- src/pages/404.astro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index f962f0d..58de44d 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,3 +1,7 @@ -
- 404 ERROR -
\ No newline at end of file +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
404 ERROR
+