Netlify domain and custom domain with 404

I’m working on a react app. I’ve deployed and on the terminal it says the site is live. However on trying to reach the site name: https://5ee86e6a2df1dc4fa16a43d4–sad-hodgkin-f6ec37.netlify.app/ and the custom domain gabandnuella.com it shows a 404 error page.

Here is my netlify.toml

routing internally.

[[redirects]]
from = “/*”
to = “/index.html”
status = 200

Please help me resolve this. Thanks

Hey @ofonimefrancis,
I tried to take a look but it looks like the site is no longer on Netlify? Let us know if the URL changed or you want to give it another shot at some point, and we will dig in.