From 1807a2ef493784b03b8e6c5b86144ef33ed99ca8 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:36:07 -0600 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7d6b74..ca25ce4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "dev": "next", - "build": "next build", + "build": "next build --output public", "start": "next start" }, "dependencies": {