I'm trying to deploy my site but I'm getting a 404 error. Seems to work fine on git hub

Netlify site name : https://silly-belekoy-590bff.netlify.app/

github site name: This Application is still on going and in progress | buyDentalImagingDigitalProduct

                                            errors: 

GET https://silly-belekoy-590bff.netlify.app/buyDentalImagingDigitalProduct/static/js/main.c3c6c653.js net::ERR_ABORTED 404

GET https://silly-belekoy-590bff.netlify.app/buyDentalImagingDigitalProduct/static/css/main.8dfe8896.css net::ERR_ABORTED 404

manifest.json:1 GET https://silly-belekoy-590bff.netlify.app/buyDentalImagingDigitalProduct/manifest.json 404

@Wisdom Try downloading the files that your build deployed, it may give you some pointers as to where your files are and why your site is isn’t working:

You can also try running your Build command on your local system, going into your Publish directory and running npx serve to serve the static files, it should show you the same thing as Netlify.

In addition to the above, since you’re dealing with react and github.io you can see another answer I’ve given that may be (at least partially) applicable to you:

E.g. Check both your Publish directory and your homepage value in your package.json.