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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have the default next.js 404.html right now, and it would be nice to have a page with a Snowy Owl picture instead.
It looks like this is done via /pages/404.js and /pages/_error.js.
/pages/404.js
/pages/_error.js
The text was updated successfully, but these errors were encountered:
The NoSightings.js component does most of what is required for this now, but having a new image might be nice.
NoSightings.js
https://github.com/humphd/snowy-owls-ca/blob/main/components/NoSightings.js
Sorry, something went wrong.
No branches or pull requests
I have the default next.js 404.html right now, and it would be nice to have a page with a Snowy Owl picture instead.
It looks like this is done via
/pages/404.js
and/pages/_error.js
.The text was updated successfully, but these errors were encountered: