Next.js return the 404 error page in getInitialProps

Currently I am following this example on how to redirect users in getInitialProps https://github.com/zeit/next.js/wiki/Redirecting-in-%60getInitialProps%60 The problem is, if I want to return 404...