Create a Vue component that will server as the 404 page for unknown routes on the site
This ticket is complete when:
- A Vue route component is created to handle 404s for the user
- Add express middleware to redirect users to the 404 page when the route is unknown
Create a Vue component that will server as the 404 page for unknown routes on the site
This ticket is complete when: