hi, i have a repo with two folders inside - client(frontend) and server(backend). in the publish directory of the render settings i have “client” – to serve the front end. However, after deploying my static site, it successfully is deployed live, but after clicking the link it shows a “not found”. is there something im not understanding correctly? or do i have an incorrect file path somewhere?
websitehttps://shop-with-austi.onrender.com
in the settings, of the publish area, i’ve tried:
- index.html/index.js
- ./build
- src
- /Users/austinxduong/shop-with-austi/client
but “client” seems to be the only one which builds successfully, but still getting a “not found”