Files
website/app/[locale]/[...rest]/page.tsx
2024-10-27 21:47:19 -06:00

6 lines
97 B
TypeScript

import { notFound } from "next/navigation";
export default function CatchAll() {
notFound();
}