From c7fed6960b6216ad0a67bb6b9d1a17f1eb76aec2 Mon Sep 17 00:00:00 2001 From: penrodlol Date: Thu, 14 Mar 2024 22:34:27 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20remove=20--remote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50949a2..d1d20c3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build --remote && pagefind --site .vercel/output/static", + "build": "astro build && pagefind --site .vercel/output/static", "preview": "astro preview", "astro": "astro" },