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.