From a17999047b8cb621da04f3b77425ae2a8f5b36c9 Mon Sep 17 00:00:00 2001 From: Ax333l Date: Sun, 19 Mar 2023 00:48:02 +0100 Subject: [PATCH] chore: netlify --- 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..2763ff2 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + publish = "public/" + command = "npm run build"