Page not found with react

Hello all,
I have deployed my website from GitHub (React-Weather-App/my-app/public at main · MoeGropp/React-Weather-App · GitHub). I’m learning React/Node/npm. Everything looked fine before I deployed it and I have an index.html in the public folder but when I deployed it the “Page not found” popped up. I’m not sure how to fix it. Anyone have suggestions? My netlify website is: https://resonant-caramel-ca73b9.netlify.app

Thank you in advance!

Your deploy settings are incorrect: Netlify App

It should be:

The build command is CI= npm run build.

Thanks! I updated the settings but I’m still getting this
image

You need to redeploy after changing the settings.

It worked! Your the bees knees. Thank you so much. Have a great weekend!