From 1006b5866d55875666ffac720884df8c33a22832 Mon Sep 17 00:00:00 2001 From: Shin Wonse <62709718+shinwonse@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:40:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20netlify=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a86cb23..72687c6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -command = "next build" +command = "yarn build" publish = ".next" [[plugins]]