Angular netlify 上的应用程序部署不起作用
Angular application deployment on netlify does not work
我正在尝试在 netlify 上部署 angular 应用程序,我收到错误消息。我不知道为什么。
Page Not Found
Looks like you've followed a broken link or entered a URL that doesn't exist on this site
我能够解决问题。 angular.json
包含 outputPath
属性 其值需要设置到 netlifyPublish directory.
在 Angular 13 上,配置是:
构建命令:ng build --configuration production
发布目录:www/
我正在尝试在 netlify 上部署 angular 应用程序,我收到错误消息。我不知道为什么。
Page Not Found
Looks like you've followed a broken link or entered a URL that doesn't exist on this site
我能够解决问题。 angular.json
包含 outputPath
属性 其值需要设置到 netlifyPublish directory.
在 Angular 13 上,配置是:
构建命令:ng build --configuration production
发布目录:www/