React site is deployed from git hub , but not preview after build sucess

I have deployed following site with continuous build with my git hub account , but even after build process is success-ed I don’t see any site preview , How can I check what has gone wrong ?

Thank you very much.

image

@nipunadk Have you checked the browser console…

It looks like you have your Publish directory set to portfolio, as your file references:
https://nipunadk.netlify.app/portfolio/static/js/main.58743bda.js

But that particular file has been deployed to:
https://nipunadk.netlify.app/static/js/main.58743bda.js

If you’ve used Create React App you should check the homepage value in your package.json.

1 Like

Corrected it. Site is live now. Thank you very much , much appreciated.