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