feat: add catch all route and pages for 404 and 500 errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { notFound } from 'next/navigation';
|
||||
|
||||
export default function Page() {
|
||||
notFound();
|
||||
}
|
||||
Reference in New Issue
Block a user