From e93021b13410e75facb38a494ea56a28a6cdd623 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Thu, 25 May 2023 22:39:20 +0700 Subject: [PATCH] Simplify error code --- src/app/not-found.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 3d77a94..89048af 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,6 +1,7 @@ import Link from "next/link"; function NotFound() { + console.log("Not Found"); return (
The file or folder you are trying to access does not exist or has been deleted.