diff --git a/web/pages/404.tsx b/web/pages/404.tsx index e68fd933..e789bf05 100644 --- a/web/pages/404.tsx +++ b/web/pages/404.tsx @@ -10,6 +10,7 @@ import {SEO} from "web/components/SEO"; export default function Custom404(props: { customText?: string }) { + // console.log('props:', props) return ( - + 404: Oops! {customText ?

{customText}

:

I can't find that page.

}