diff --git a/docs/src/pages/404.astro b/docs/src/pages/404.astro new file mode 100644 index 00000000..a2b25ae0 --- /dev/null +++ b/docs/src/pages/404.astro @@ -0,0 +1,34 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; + +const base = import.meta.env.BASE_URL; +--- + + + + +
+

404

+

+ The page you're looking for doesn't exist or has been moved. +

+ +
+