I deployed this site succesfuly on Netflify from my Github and was sucesfuly published.However the link doesnt work and it shows an error. I have sought help online and they all suggest that I add a ‘_redirect’ which I have but there is no change yet.
https://poverenterprises.netlify.app/ Here is the link to the site
GitHub - MMar1ey13/Pover and the git repo.
I’ll really appreciate any help.
@clarityviewbusiness Adding a _redirect
is not the solution for your current issue, so I’m not sure why that would have been suggested.
Your current issue is that you’re not “building the site and deploying the output” but simply “deploying the source files”.
This can be seen by navigating to any of the file paths available in your repository, for example:
https://poverenterprises.netlify.app/README.md
https://poverenterprises.netlify.app/package.json
https://poverenterprises.netlify.app/src/App.js
You should ensure that you set your Build Configuration
In your case you will want to set the Build command to npm run build
and you will need to set your Publish directory to build
1 Like
Thanks a lot ,It actually worked