From 8843099b846faff548930c3f14cfad7f35c72a66 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Thu, 1 May 2025 12:13:14 +0300 Subject: [PATCH] Custom 404 page --- src/app/not-found.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/app/not-found.tsx diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..50b790f --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,10 @@ +import { vipnagorgialla } from "@/components/Vipnagorgialla"; + +export default function NotFound() { + return ( +
+

404

+

Seda lehte me ei leidnud.

+
+ ); +}