diff --git a/apps/docs/.vitepress/theme/Layout.vue b/apps/docs/.vitepress/theme/Layout.vue index 9976dce3..ba76b08b 100644 --- a/apps/docs/.vitepress/theme/Layout.vue +++ b/apps/docs/.vitepress/theme/Layout.vue @@ -16,5 +16,59 @@ const { Layout } = DefaultTheme; + + + diff --git a/apps/landing/src/app/not-found.tsx b/apps/landing/src/app/not-found.tsx new file mode 100644 index 00000000..89c5fd94 --- /dev/null +++ b/apps/landing/src/app/not-found.tsx @@ -0,0 +1,26 @@ +import { Footer } from "@/components/footer"; +import { Navbar } from "@/components/navbar"; + +export default function NotFound() { + return ( + <> + +
+ 🦦 +

+ Hello from the otter side! +

+

+ This page swam away. Let's get you back on track. +

+ + Back to homepage + +
+