How to create custom error/404 page?
Unanswered
Yellowstripe scad posted this in #help-forum
Yellowstripe scadOP
Hey, brand new to nextjs and couldn't find anything (im being lazy) on custom error/404 pages for nextjs 14.
2 Replies
@Ray you can create it in`app/not-found.js`
https://nextjs.org/docs/app/api-reference/file-conventions/not-found
Yellowstripe scadOP
thank you!