diff --git a/pages/[...slug].tsx b/pages/[...slug].tsx index e1ca9a84..200e0fd8 100644 --- a/pages/[...slug].tsx +++ b/pages/[...slug].tsx @@ -3,7 +3,7 @@ import Link from 'next/link' const Custom404 = () => { return ( -
We apologize for the inconvenience. The page you are looking for does not exist or is under development.