We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The app.notFound route is obviously for 404 pages, but unlike other routes it's not passed a context which would contain a render method.
app.notFound
So how do you render 404 pages within a app.notFound route?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
The
app.notFound
route is obviously for 404 pages, but unlike other routes it's not passed a context which would contain a render method.So how do you render 404 pages within a
app.notFound
route?The text was updated successfully, but these errors were encountered: