diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000000000000000000000000000000000000..27a266b8184e00caece8fcfd08cac890d4a9eda5
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,5 @@
+# toml netfliy: https://docs.netlify.com/configure-builds/file-based-configuration/#sample-file
+
+[build]
+  publish="dist/aot/"
+  command="npm run build-aot"
\ No newline at end of file