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" },