From 517ce87b6079c652fd7814815c0435efd8c9e4dc Mon Sep 17 00:00:00 2001 From: haetae Date: Mon, 1 Dec 2025 12:54:32 -0500 Subject: [PATCH] fix package.json? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6330120..3b598ad 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev", - "build": "astro build", + "build": "astro build --remote", "preview": "astro preview", "astro": "astro" },