diff --git a/src/layouts/Todo.astro b/src/layouts/Todo.astro index aa309df..1fa47a1 100644 --- a/src/layouts/Todo.astro +++ b/src/layouts/Todo.astro @@ -1,20 +1,8 @@ --- -// import Error from "../components/Error.astro"; //! TODO: sort this out -import Boilerplate from "./Boilerplate.astro"; -import Error from "../components/Error.astro"; - -const keywords: string[] = []; +import Error from "./Error.astro"; --- - - -

- Sorry, the page `{Astro.url}` does not yet exist, but it issoon to be added. - Click here to go back to the homepage. -

-
-
+ + Sorry, the page `{Astro.url}` is currently under construction. + Click here to go back to the homepage. + diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..fc3dae1 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,9 @@ +--- +import Error from "../layouts/Error.astro" + +--- + + + Sorry, the page `{Astro.url}` does not exist, + Click here to go back to the homepage. + \ No newline at end of file