Closed WesleyMcGinn closed 2 months ago
The server currently returns the default home page when the user tries to go to a nonexistent file. So that users don't keep using the wrong URL to get to the home page, a 404 page should be designed and added to the server request handler.
This repository does not handle server code. This is client-side code only.
The server currently returns the default home page when the user tries to go to a nonexistent file. So that users don't keep using the wrong URL to get to the home page, a 404 page should be designed and added to the server request handler.