'Angular application deployment on netlify does not work

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

Deploy message

Build settings



Solution 1:[1]

On Angular 13 the config is:

Build command: ng build --configuration production

Publish directory: www/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 mellunar