diff --git a/src/pages/404.astro b/src/pages/404.astro deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/[...any].astro b/src/pages/[...any].astro new file mode 100644 index 0000000..2b80360 --- /dev/null +++ b/src/pages/[...any].astro @@ -0,0 +1,17 @@ +--- +import Error from "../components/Error.astro"; +import Boilerplate from "../layouts/Boilerplate.astro"; + +const keywords: string[] = [] +--- + + +
+

404

+

Page not found

+

+ Sorry, the page `https://hullcss.org/{Astro.url}` does not exist, + Click here to go back to the homepage. +

+
+
\ No newline at end of file