diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 00000000..92eff695 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,20 @@ +--- +import siteConfig from '@/configs/site' +import AppLayout from '@/layouts/AppLayout.astro' + +const { author } = siteConfig + +const title = '404 Not Found' +const description = '404 Error, probably not found...' +--- + + +
+

{title}

+

{description}

+ Go Home +
+