AbdulElahGwaith's picture
Upload folder using huggingface_hub
88df9e4 verified
import { notFound } from 'next/navigation'
// This page handles internal /_not-found redirects from Express middleware
export default function InternalNotFound() {
// This will trigger Next.js to render the not-found.tsx page
notFound()
}