From 1b32a5a60056dd1ae21a89cbec6098cd64ad1a6e Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 2 Sep 2023 23:06:01 +0200 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..dea320c --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "pnpm run build" + publish = "dist"