I deployed a MERN app on this platform. When I click a nav link for /contact, the intended component renders as expected; however, if I typed in the url/contact, I get a 404 error. I have the following routes: “/”, “/contact”, “/team” each route has a corresponding component. Any suggestions?