๐Ÿ“ฆ cloudflare / vinext

๐Ÿ“„ page.tsx ยท 7 lines
1
2
3
4
5
6
7import { notFound } from "next/navigation";

export default function NotFoundTestPage() {
  // This page always triggers a 404
  notFound();
}