diff --git a/app/(posts)/not-found.tsx b/app/(posts)/not-found.tsx new file mode 100644 index 0000000..8667540 --- /dev/null +++ b/app/(posts)/not-found.tsx @@ -0,0 +1,34 @@ +import { DeployButton } from "@/components/deploy"; +import { Footer } from "@/components/footer"; +import Link from "@/components/link"; +import * as FadeIn from "@/components/motion/staggers/fade"; + +const Spacer = () =>
; + +export default function NotFound() { + return ( + + +
+
+

404

+

This article does not exist

+
+
+
+ + +

+ The article you're looking for doesn't exist. Click here to go back{" "} + +

+
+ + + +