My build was successful but the deployed site shows my github readme instead of the app

Hello,

My deployment is showing as successful but instead of the web app loading, the page looks like it’s showing my README.

Here’s my netlify sitename: https://loving-shannon-f3256a.netlify.app/

I’m not sure what the issue is because the first site I deployed worked perfectly but the difference being that on that site, I initially set it up using create-react-app while for this one I set it all up on my own.

Anyone else ever see this issue?

It would be easier to check if it’s possible for you to share your repo. Generally speaking, it might be due to incorrect publish directory.

Good point! Here’s my repo: GitHub - stephenJeong/basketball_league_stats: An app to keep track of basketball league stats

I think your publish directory is client/dist.

wow so simple. I didn’t realize I didn’t set up the publish directory. Thanks!