We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a41c59 commit 5926297Copy full SHA for 5926297
README.md
@@ -31,7 +31,7 @@ Create a `netlify.toml` in the root of your project. Your file should include th
31
```toml
32
[build]
33
command = "ng build --configuration production && ng run {projectName}:serverless:production"
34
- publish = "dist/{projectName}/browser"
+ publish = "dist/browser"
35
36
[[plugins]]
37
package = "@netlify/plugin-angular-serverless"
0 commit comments