I am trying to deploy angular application on netlify, I am getting error message. I am not sure why.
Page Not Found
Looks like you've followed a broken link or entered a URL that doesn't exist on this site
I was able to solve the issue. angular.json
contains outputPath
property whose value needs to be set into netlifyPublish directory.