EN
Next.js - can I modify default 404 page?
1
answers
0
points
Can I modify default 404: This page could not be found page?
I need a custom look for this page:
1 answer
0
points
You can simply create 404.js file in pages/ directory of your Next.js project. It will automatically update the default 404 page to the new one.
Practical example
0 comments
Add comment