From 3187e4da105fc0e598f1ee5b683316125543d90b Mon Sep 17 00:00:00 2001 From: Hippo Date: Sun, 19 Apr 2020 18:05:23 +0530 Subject: [PATCH] Add netlify.toml --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..1213c36 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + publish = "dist" + command = "npm run build"