diff --git a/angular/netlify.toml b/angular/netlify.toml new file mode 100644 index 0000000..aff8625 --- /dev/null +++ b/angular/netlify.toml @@ -0,0 +1,8 @@ +[build] +command = "npx ng build" +publish = "dist/demo/browser" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200