From 0f1faee375de4f5b30ed9e7b142502598039552f Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Sun, 21 Apr 2024 20:15:52 -0400 Subject: [PATCH] add --remote flag to build https://docs.astro.build/en/recipes/studio/#deploy-with-a-studio-connection --- chan.dev/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan.dev/package.json b/chan.dev/package.json index 5bd425b2..65b6bf00 100644 --- a/chan.dev/package.json +++ b/chan.dev/package.json @@ -9,7 +9,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build", + "build": "astro build --remote", "build:local": "op run --env-file='./.env' -- pnpm run build", "postbuild": "pagefind --site dist", "preview": "pnpm run build:local && wrangler pages dev ./dist --port 2426",