import Link from "next/link"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Not Found", description: "No pulse on this route.", }; export default function NotFound() { return (

404

No pulse on this route.

Nothing here is being monitored.

Back to dashboard
); }