Files
dokploy/apps/website/app/[locale]/[...rest]/page.tsx
2024-09-06 15:42:50 +08:00

6 lines
97 B
TypeScript

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