From 2aab178d303264a0cfecf9b3555c62b97a9be849 Mon Sep 17 00:00:00 2001 From: haetae Date: Mon, 22 Sep 2025 16:54:28 -0400 Subject: [PATCH] fix build command? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5696d69..07aaaaa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "build": "astro build --remote", + "build": "astro build", "preview": "astro preview", "astro": "astro" },