From a8731bd2a28faa017427e5877e6fa896c5c0993a Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 11 Aug 2022 03:21:16 -0400 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..e36d643 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + publish = "dist" + command = "npm run build" \ No newline at end of file