Skip to content

Commit fcab377

Browse files
chore(angular): add netlify toml (#101)
1 parent b47ce4c commit fcab377

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

angular/netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build]
2+
command = "npx ng build"
3+
publish = "dist/demo/browser"
4+
5+
[[redirects]]
6+
from = "/*"
7+
to = "/index.html"
8+
status = 200

0 commit comments

Comments
 (0)