HTTP 404 ("heroku" Not Found) after successfully deploying Angular app to heroku
Okay, I can't remember if it was me who changed that or whether this is set per default but in
angular.json there is also a way to set the output directory (outputPath). For some reason this was set to"outputPath": "dist/<project-name>"
I changed that to
"outputPath": "dist"
and now everything works
Comments
Post a Comment