I created a 404 page in src/pages
404.js`.
I expect 404 page to be there in production but I just got 404 Not Found error (nginx).
When it's local environment, wrong URL redirect to 404 page for development.
Why 404 page I created is not showed in production??
Top comments (2)
It was fixed by docker configuration.
This isn't a docker configuration, but an NGINX configuration. :)