From d3500615abfe2a05eed5876af02f8d91eb27743b Mon Sep 17 00:00:00 2001 From: Hippo Date: Mon, 27 Dec 2021 22:10:59 +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..97e04ef --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + publish = "dist" + command = "yarn build"