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.
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.
@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
.
Corrected it. Site is live now. Thank you very much , much appreciated.