diff --git a/astro/src/pages/404.astro b/astro/src/pages/404.astro new file mode 100644 index 0000000..de3c17e --- /dev/null +++ b/astro/src/pages/404.astro @@ -0,0 +1,7 @@ +--- +import BaseLayout from "@layouts/BaseLayout.astro"; +--- + +

404

+

Not found

+