dokploy/apps/website/app/[locale]/[...rest]/page.tsx

6 lines
95 B
TypeScript

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