From 34ccf0443413ab4c30b4afed817ddfa2ae1c4449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=B0=AC=ED=98=81?= Date: Thu, 4 Apr 2024 21:19:29 +0900 Subject: [PATCH] =?UTF-8?q?netlify=20toml=20=EC=84=A4=EC=A0=95=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..b584e0c0 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,6 @@ +[build] + publish = "docs/build" + command = "cd docs && pnpm build" + +[build.environment] +NETLIFY_USE_YARN="false"