Skip to content

Commit 5926297

Browse files
committed
fixes build dir for toml file
1 parent 6a41c59 commit 5926297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a `netlify.toml` in the root of your project. Your file should include th
3131
```toml
3232
[build]
3333
command = "ng build --configuration production && ng run {projectName}:serverless:production"
34-
publish = "dist/{projectName}/browser"
34+
publish = "dist/browser"
3535

3636
[[plugins]]
3737
package = "@netlify/plugin-angular-serverless"

0 commit comments

Comments
 (0)