feat: add a catch-all 404
This commit is contained in:
parent
0072eac5d2
commit
281f3a9a89
5
src/app/[locale]/[...not-found]/page.tsx
Normal file
5
src/app/[locale]/[...not-found]/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { notFound } from "next/navigation"
|
||||||
|
|
||||||
|
export default function NotFoundDummy() {
|
||||||
|
notFound()
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue